|
|
@ -10,6 +10,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -51,6 +52,7 @@ public class WmsConfig extends BaseBean {
|
|
|
|
@ApiParam(value ="参数值类型")
|
|
|
|
@ApiParam(value ="参数值类型")
|
|
|
|
private String configValueType;
|
|
|
|
private String configValueType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
@Column(name="CONFIG_VALUE")
|
|
|
|
@Column(name="CONFIG_VALUE")
|
|
|
|
@ApiParam(value ="参数值")
|
|
|
|
@ApiParam(value ="参数值")
|
|
|
|
private String configValue;
|
|
|
|
private String configValue;
|
|
|
|