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