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