From 6f9623981926d78ce8ccd80bce55ad631bd2c76b Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 27 三月 2025 17:16:13 +0800 Subject: [PATCH] fix: 计划合并提交 --- platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandPlan.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandPlan.java b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandPlan.java index 55c75fd..fc026bc 100644 --- a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandPlan.java +++ b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandPlan.java @@ -22,6 +22,10 @@ @Entity @Table(appliesTo = "device_demand_plan", comment = "璁惧闇�姹傝鍒掍富琛�") public class DeviceDemandPlan extends BaseModel<DeviceDemandPlan> { + + @Schema(description = "鍚堝苟璁″垝id") + @Column(columnDefinition="long comment '鍚堝苟璁″垝id'") + private Long planId; @Schema(description = "缂栫爜") @Column(columnDefinition="VARCHAR(64) comment '缂栫爜'") private String number; @@ -31,12 +35,16 @@ @Schema(description = "鑱旂郴浜�") @Column(columnDefinition="VARCHAR(64) comment '鑱旂郴浜�'") private String contacts; - @Schema(description = "鐢虫姤鐘舵�� 0鐢宠涓紝1浜岀骇鍗曚綅瀹℃牳鎷掔粷 2浜岀骇鍗曚綅瀹℃牳閫氳繃 3闆嗗洟瀹℃牳鎷掔粷 4闆嗗洟瀹℃牳閫氳繃") + @Schema(description = "鐢虫姤鐘舵�� 0鐢宠涓紝1浜岀骇鍗曚綅瀹℃牳鎷掔粷 2浜岀骇鍗曚綅瀹℃牳閫氳繃 3寰呴泦鍥㈡壒鍑� 4闆嗗洟瀹℃牳鎷掔粷 5闆嗗洟瀹℃牳閫氳繃") @Column(columnDefinition="int comment '鐢虫姤鐘舵��'") private Integer status; @Schema(description = "鐢虫姤绫诲瀷") @Column(columnDefinition="int comment '鐢虫姤绫诲瀷'") private Integer type; + + @Schema(description = "鎻愪氦绫诲瀷") + @Column(columnDefinition="int comment '鎻愪氦绫诲瀷 0鐭挎彁浜� 1瀛愬崟浣嶆彁浜�'") + private Integer type2; @Schema(description = "鐢虫姤鍏徃id") @Column(columnDefinition="long comment '鐢虫姤鍏徃id'") private Long declareCompId; -- Gitblit v1.9.1