lxw
2023-02-10 bcd7202db10b9dc9600660230b0d8b39b6c68c6c
1
2
3
4
5
6
7
package com.whyc.util;
 
public class StaticInf {
    public static final int DataType_Dis     = 0xFD;            //放电
    public static final int DataType_Char     = 0xFC;            //充电
    public static final int DataType_Peac     = 0xFB;            //常规
}