From 0acd60e869508a2f5be844f3c3822d8860033108 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Sat, 3 Jun 2023 15:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=B7=A5=E5=BA=8F=E8=A1=A8?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=20status=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/productplan/entity/ZyPlanProcess.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/entity/ZyPlanProcess.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/entity/ZyPlanProcess.java index 102eaecf..73e5e3f6 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/entity/ZyPlanProcess.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/entity/ZyPlanProcess.java @@ -163,4 +163,8 @@ public class ZyPlanProcess implements Serializable { @ApiModelProperty(value = "工位序号") private Integer stationNum; + + //未生产1、生产中2、已完成3、异常9,默认1 + @ApiModelProperty(value = "状态") + private Integer status; }