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