From df0a9168d669a52916a4a2498640881f0f253bbb Mon Sep 17 00:00:00 2001 From: caihaohan Date: Thu, 27 Jun 2024 11:42:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=96=E9=83=A8=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E5=BA=93=E6=9B=B4=E6=94=B9=E5=AD=97=E6=AE=B5=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../laws/standard/entity/LawsDomesticStandard.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/standard/entity/LawsDomesticStandard.java b/laws-modules/src/main/java/com/jero/modules/laws/standard/entity/LawsDomesticStandard.java index 94307ad8..eff47c5e 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/standard/entity/LawsDomesticStandard.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/standard/entity/LawsDomesticStandard.java @@ -202,6 +202,10 @@ public class LawsDomesticStandard implements Serializable { @Excel(name = "TBT通报文件", width = 15) @ApiModelProperty(value = "TBT通报文件") private java.lang.String tbtFile; + /**其他文件*/ + @Excel(name = "其他文件", width = 15) + @ApiModelProperty(value = "其他文件") + private java.lang.String otherFile; /**关联部门*/ @Excel(name = "关联部门", width = 15) @ApiModelProperty(value = "关联部门") @@ -230,6 +234,14 @@ public class LawsDomesticStandard implements Serializable { @Excel(name = "是否执行状态自动更新(0不更新 1更新)", width = 15) @ApiModelProperty(value = "是否执行状态自动更新(0不更新 1更新)") private java.lang.String autoUpdateStateFlag; + /**关键控制器*/ + @Excel(name = "关键控制器", width = 15) + @ApiModelProperty(value = "关键控制器") + private java.lang.String keyController; + /**涉及系统/部件*/ + @Excel(name = "涉及系统/部件", width = 15) + @ApiModelProperty(value = "涉及系统/部件") + private java.lang.String involveSystem; /**标准号*/ private String standardNumberTemp;