platformx-device-api/src/main/java/com/by4cloud/platformx/device/constant/CommonStatusContant.java
@@ -160,5 +160,21 @@ * 设备采购计划状态-待审批 */ Integer DEVICE_PURCHASE_STATUS_APPROVED = 1; /** * 设备盘点计划状态-待审批 */ Integer DEVICE_STOCKTAKING_STATUS_APPROVED = 0; /** * 设备盘点计划状态-待生成 */ Integer DEVICE_STOCKTAKING_STATUS_GEN = 1; /** * 设备盘点计划状态-盘点中 */ Integer DEVICE_STOCKTAKING_STATUS_STOCKTATING = 2; /** * 设备盘点计划状态-完成 */ Integer DEVICE_STOCKTAKING_STATUS_COMPLETE = 3; }