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 | 12 ++++++++++++ 1 files changed, 12 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 5b0ec9a..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; + /** * 鍚嶇О */ @@ -69,6 +72,15 @@ public Integer status; /** + * 鎶曞叆鐢熶骇鏁伴噺 + */ + public Integer inputNumber; + /** + * 浜у嚭鏁伴噺 + */ + public Integer outputNumber; + + /** * 鍒涘缓浜� */ @JSONField(serializeUsing= ObjectWriterImplToString.class) -- Gitblit v1.8.0