From 5cd613c2c144b3c9a11cfee6a717dbbcfe2a7bf1 Mon Sep 17 00:00:00 2001 From: lius <Lius2225@163.com> Date: 星期五, 14 七月 2023 11:35:14 +0800 Subject: [PATCH] 非计划停机维护功能 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java index e0b4c16..4f9ce7f 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java @@ -31,24 +31,24 @@ */ @Excel(name = "璁″垝鍋滄満绫诲瀷", width = 15) @ApiModelProperty(value = "璁″垝鍋滄満绫诲瀷") - private java.lang.String planCloseType; + private String planCloseType; /** * 璁″垝鍋滄満鏃堕棿绫诲瀷 */ @Excel(name = "璁″垝鍋滄満鏃堕棿绫诲瀷", width = 15) @ApiModelProperty(value = "璁″垝鍋滄満鏃堕棿绫诲瀷") - private java.lang.String planCloseTimeType; + private String planCloseTimeType; /** * 鏃堕暱锛堝垎閽燂級 */ @Excel(name = "鏃堕暱锛堝垎閽燂級", width = 15) @ApiModelProperty(value = "鏃堕暱锛堝垎閽燂級") - private java.lang.Integer planCloseTimeLong; + private Integer planCloseTimeLong; /** * 澶囨敞 */ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") - private java.lang.String remark; + private String remark; } -- Gitblit v1.9.3