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