计划工序表 添加 status字段

master
zhc077 1 year ago
parent 188198de31
commit 0acd60e869
  1. 4
      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;
}

Loading…
Cancel
Save