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