|
|
@ -31,19 +31,19 @@ public class SysConfig extends BaseBean {
|
|
|
|
@Column(name="NAME")
|
|
|
|
@Column(name="NAME")
|
|
|
|
@ApiParam(value ="名称")
|
|
|
|
@ApiParam(value ="名称")
|
|
|
|
private String name;
|
|
|
|
private String name;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_TYPE")
|
|
|
|
@Column(name="CONFIG_TYPE")
|
|
|
|
@ApiParam(value ="配置类型ID(枚举:1.系统配置...)" , example ="-1")
|
|
|
|
@ApiParam(value ="配置类型ID(枚举:1.系统配置...)" , example ="-1")
|
|
|
|
private Integer configType;
|
|
|
|
private Integer configType;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_CODE")
|
|
|
|
@Column(name="CONFIG_CODE")
|
|
|
|
@ApiParam(value ="配置代码")
|
|
|
|
@ApiParam(value ="配置代码")
|
|
|
|
private String configCode;
|
|
|
|
private String configCode;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_VALUE")
|
|
|
|
@Column(name="CONFIG_VALUE")
|
|
|
|
@ApiParam(value ="配置值")
|
|
|
|
@ApiParam(value ="配置值")
|
|
|
|
private String configValue;
|
|
|
|
private String configValue;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_DESCRIPTION")
|
|
|
|
@Column(name="CONFIG_DESCRIPTION")
|
|
|
|
@ApiParam(value ="配置描述")
|
|
|
|
@ApiParam(value ="配置描述")
|
|
|
|
private String configDescription;
|
|
|
|
private String configDescription;
|
|
|
|