|
@@ -60,4 +60,8 @@ public class InterlockLoginConfig implements Serializable {
|
|
@Excel(name = "公司版权", width = 15)
|
|
@Excel(name = "公司版权", width = 15)
|
|
@ApiModelProperty(value = "公司版权")
|
|
@ApiModelProperty(value = "公司版权")
|
|
private java.lang.String companyCopyright;
|
|
private java.lang.String companyCopyright;
|
|
|
|
+ /**是否使用(0启用1禁用)*/
|
|
|
|
+ @Excel(name = "是否使用(0启用1禁用)", width = 15)
|
|
|
|
+ @ApiModelProperty(value = "是否使用(0启用1禁用)")
|
|
|
|
+ private java.lang.String status;
|
|
}
|
|
}
|