lxw
2023-10-09 fc3e50eda51fbd3d63666ac92efb27e6fcdd6475
1
2
3
4
5
6
7
8
package com.whyc.util;
 
public class DevTypeUtil {
    public static int eState=22;//其他设备
    public static int aState=21;//空调
 
 
}