wangting
2024-10-31 7460e238b4f433a3f24d7a20c58372a9989ec65e
1
2
3
4
5
6
7
package com.vci.common.log;
 
public enum LogByType {
    Name,
    Label,
    IntVal,
}