Commit 2299f32c authored by tianyiming's avatar tianyiming

一码通修改设备状态枚举

parent 251780d2
...@@ -14,15 +14,15 @@ public enum EquimentEnum { ...@@ -14,15 +14,15 @@ public enum EquimentEnum {
* *
*/ */
XINZENG("新增",0), WEIDENGJI("未登记",0),
ZAIYONG("在用",1), ZAIYONG("在用",1),
TINGYONG("停用",2), TINGYONG("停用",2),
BAOFEI("报废",3), BAOFEI("报废",3),
ZHUXIAO("注销",4), ZHUXIAO("注销",4);
QIANCHU("迁出",5), // QIANCHU("迁出",5),
CHAICHU("拆除",6), // CHAICHU("拆除",6),
MULUWAI("目录外",7), // MULUWAI("目录外",7),
FEIFASHEBEI("非法设备",8); // FEIFASHEBEI("非法设备",8);
String name; String name;
Integer code; Integer code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment