|
|
@ -1,14 +1,12 @@
|
|
|
|
package cn.estsh.i3plus.pojo.platform.bean;
|
|
|
|
package cn.estsh.i3plus.pojo.platform.bean;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.ImppEnumUtil;
|
|
|
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
@ -57,7 +55,7 @@ public class SysConfig extends BaseBean {
|
|
|
|
private String configValue;
|
|
|
|
private String configValue;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_VALUE_OPTION")
|
|
|
|
@Column(name="CONFIG_VALUE_OPTION")
|
|
|
|
@ApiParam(value ="参数值选项(参数类型为多选时使用),格式:{key:'',value:''}")
|
|
|
|
@ApiParam(value ="参数值选项(参数类型为多选时使用),格式:{\"key\":\"value\"}")
|
|
|
|
private String configValueOption;
|
|
|
|
private String configValueOption;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="CONFIG_DESCRIPTION")
|
|
|
|
@Column(name="CONFIG_DESCRIPTION")
|
|
|
|