feat: 外部法规库更改字段关键控制器
This commit is contained in:
+12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user