ludc
2024-10-28 c90093511d4f535fbae53633313c538d1d7a2275
1
2
3
4
5
6
7
package com.vci.common.log;
 
public enum LogByType {
    Name,
    Label,
    IntVal,
}