wangting
2024-11-06 3f3de7e4cea0d9692cddd71df1e0c3d96a301fd1
1
2
3
4
5
6
7
package com.vci.common.log;
 
public enum LogByType {
    Name,
    Label,
    IntVal,
}