yuxc
2024-04-29 9b6b60729d8178399396e2670c0e7914a9746b59
1
2
3
4
5
6
7
package com.vci.common.log;
 
public enum LogByType {
    Name,
    Label,
    IntVal,
}