Kaynağa Gözat

封仓确认单-列表数据

hanqingsong 1 yıl önce
ebeveyn
işleme
4068ba242b

+ 1 - 1
src/main/java/com/chinaitop/depot/param/StorageSealedConfirmationPageParam.java

@@ -26,6 +26,6 @@ public class StorageSealedConfirmationPageParam extends PageParam {
26
     // 货位id
26
     // 货位id
27
     private Integer warehouseId;
27
     private Integer warehouseId;
28
 
28
 
29
-    // 审批状态 1:待提交,2:待审批,3:驳回,4:已审批,5:审批结束
29
+    // 列表状态1:申请列表,2:审核列表,3:已审核列表
30
     private Integer auditState;
30
     private Integer auditState;
31
 }
31
 }