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