pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPr/PrAssemblyPlan.java
@@ -50,6 +50,9 @@ @NotNull(message = "生产流程实体编号不能为空") public Long processId; @TableField(exist = false) public PrProductionProcess process; /** * 名称 */ @@ -65,7 +68,17 @@ /** * 状态:正常(1)、暂停(0)、结束(-1) */ @NotNull(message = "状态不能为空") public Integer status; /** * 投入生产数量 */ public Integer inputNumber; /** * 产出数量 */ public Integer outputNumber; /** * 创建人 @@ -95,6 +108,7 @@ /** * 结束日期 */ @NotEmpty(message = "结束日期不能为空") public String endDate; /**