yuxc
2024-12-25 90b6945445ee97109a57f26c83788d24729a098e
1
2
3
4
5
6
7
package com.vci.common.log;
 
public enum LogByType {
    Name,
    Label,
    IntVal,
}