From b306d1106b915bb13fd7a02217ae9c65de2fd03d Mon Sep 17 00:00:00 2001 From: ws183 <1143478319@qq.com> Date: 星期一, 28 四月 2025 17:19:52 +0800 Subject: [PATCH] 新增质检页面附件上传 --- igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java b/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java index 8607980..a3eedc6 100644 --- a/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java +++ b/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java @@ -42,6 +42,10 @@ @PropertyDef(label = "璁″垝鏄庣粏鍙�", description = "閽堝杞崲绮蹇呭~") private String planId; + @Column(name = "PLAN_NAME_", length = 40) + @PropertyDef(label = "璁″垝缂栫爜", description = "閽堝杞崲绮蹇呭~") + private String planName; + @Column(name = "CONTRACT_ID_", length = 40) @PropertyDef(label = "鍚堝悓缂栫爜", description = "閽堝杞崲绮蹇呭~") private String contractId; @@ -76,11 +80,11 @@ @Column(name = "TARGET_NUMBER_") @PropertyDef(label = "鐩爣鏁伴噺", description = "鍗曚綅锛氬惃锛屾墜鍔ㄥ~鎶�") - private double targetNumber = 0.0; + private Double targetNumber = 0.0; @Column(name = "COMPLETE_NUMBER_") @PropertyDef(label = "瀹屾垚鏁伴噺", description = "鍗曚綅锛氬惃锛岀郴缁熻嚜鍔ㄥ悎璁�") - private double completeNumber = 0.0; + private Double completeNumber = 0.0; @Column(name = "AUDIT_STATUS_", length = 10) @PropertyDef(label = "瀹℃牳鐘舵��", description = "涓哄鏍革紝瀹℃牳閫氳繃锛屾嫆鎺�") -- Gitblit v1.9.3