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