From 8739a65826f197156624880172983ca8faee4dfc Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 09 八月 2024 17:15:20 +0800 Subject: [PATCH] 修改web文件功能中下载文件URL配置与生成方式 --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPr/PrAssemblyPlan.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPr/PrAssemblyPlan.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPr/PrAssemblyPlan.java index 603ef80..ab3bcf3 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPr/PrAssemblyPlan.java +++ b/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 @@ /** * 鐘舵��:姝e父(1)銆佹殏鍋�(0)銆佺粨鏉�(-1) */ + @NotNull(message = "鐘舵�佷笉鑳戒负绌�") public Integer status; + + /** + * 鎶曞叆鐢熶骇鏁伴噺 + */ + public Integer inputNumber; + /** + * 浜у嚭鏁伴噺 + */ + public Integer outputNumber; /** * 鍒涘缓浜� @@ -95,6 +108,7 @@ /** * 缁撴潫鏃ユ湡 */ + @NotEmpty(message = "缁撴潫鏃ユ湡涓嶈兘涓虹┖") public String endDate; /** -- Gitblit v1.8.0