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