|
@@ -38,7 +38,7 @@ public class InterlockSummary implements Serializable {
|
|
|
private java.lang.String id;
|
|
|
/**联锁名称*/
|
|
|
@Excel(name = "联锁名称", width = 15)
|
|
|
- @ApiModelProperty(value = "联锁名称")
|
|
|
+ @ApiModelProperty(value = "联锁名称")//
|
|
|
private java.lang.String interlockName;
|
|
|
/**系统id*/
|
|
|
@Excel(name = "系统id", width = 15)
|