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