using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.IceMaker { public enum IceMakerStatus { 关机状态=0x01, 制冰状态=0x02, 电机故障=0x04, 缺水=0x08, 冰满=0x16 } }