You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
414 lines
7.3 KiB
414 lines
7.3 KiB
package net.mingsoft.cms.entity; |
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
import net.mingsoft.base.entity.BaseEntity; |
|
import com.baomidou.mybatisplus.annotation.IdType; |
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
import com.baomidou.mybatisplus.annotation.TableId; |
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
import com.baomidou.mybatisplus.annotation.SqlCondition; |
|
import com.baomidou.mybatisplus.annotation.IdType; |
|
import com.baomidou.mybatisplus.annotation.TableId; |
|
import com.baomidou.mybatisplus.annotation.TableLogic; |
|
|
|
import java.util.Date; |
|
/** |
|
* 添加数据实体 |
|
* @author D |
|
* 创建日期:2024-6-4 14:21:20<br/> |
|
* 历史修订:<br/> |
|
*/ |
|
@TableName("MDIY_MODEL_YLSJL") |
|
public class YlsjlEntity extends BaseEntity { |
|
|
|
private static final long serialVersionUID = 1717482080237L; |
|
|
|
|
|
|
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String sjmllabel; |
|
|
|
/** |
|
* 数量 |
|
*/ |
|
|
|
private Integer sjml; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String sjmlunit; |
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String sjcplabel; |
|
|
|
/** |
|
* 数量 |
|
*/ |
|
|
|
private Integer sjcp; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String sjcpunit; |
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String bxgslabel; |
|
|
|
/** |
|
* 数量 |
|
*/ |
|
|
|
private Integer bxgs; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String bxgsunit; |
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String yqlabel; |
|
|
|
/** |
|
* 数量 |
|
*/ |
|
|
|
private Integer yq; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String yqunit; |
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String yljksjhjllabel; |
|
|
|
/** |
|
* 数量 |
|
*/ |
|
|
|
private Integer yljksjhjl; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String yljksjhjlunit; |
|
|
|
/** |
|
* 展示标题 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String hbcpdysjllabel; |
|
|
|
/** |
|
* 开始值 |
|
*/ |
|
|
|
private Integer hbcpdysjlks; |
|
|
|
/** |
|
* 结束值 |
|
*/ |
|
|
|
private Integer hbcpdysjljs; |
|
|
|
/** |
|
* 单位 |
|
*/ |
|
@TableField(condition = SqlCondition.LIKE) |
|
private String hbcpdysjlunit; |
|
|
|
/** |
|
* 核保产品调用数据量 |
|
*/ |
|
|
|
private Integer hbcpdysjl; |
|
|
|
|
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setSjmllabel(String sjmllabel) { |
|
this.sjmllabel = sjmllabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getSjmllabel() { |
|
return this.sjmllabel; |
|
} |
|
/** |
|
* 设置数量 |
|
*/ |
|
public void setSjml(Integer sjml) { |
|
this.sjml = sjml; |
|
} |
|
|
|
/** |
|
* 获取数量 |
|
*/ |
|
public Integer getSjml() { |
|
return this.sjml; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setSjmlunit(String sjmlunit) { |
|
this.sjmlunit = sjmlunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getSjmlunit() { |
|
return this.sjmlunit; |
|
} |
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setSjcplabel(String sjcplabel) { |
|
this.sjcplabel = sjcplabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getSjcplabel() { |
|
return this.sjcplabel; |
|
} |
|
/** |
|
* 设置数量 |
|
*/ |
|
public void setSjcp(Integer sjcp) { |
|
this.sjcp = sjcp; |
|
} |
|
|
|
/** |
|
* 获取数量 |
|
*/ |
|
public Integer getSjcp() { |
|
return this.sjcp; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setSjcpunit(String sjcpunit) { |
|
this.sjcpunit = sjcpunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getSjcpunit() { |
|
return this.sjcpunit; |
|
} |
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setBxgslabel(String bxgslabel) { |
|
this.bxgslabel = bxgslabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getBxgslabel() { |
|
return this.bxgslabel; |
|
} |
|
/** |
|
* 设置数量 |
|
*/ |
|
public void setBxgs(Integer bxgs) { |
|
this.bxgs = bxgs; |
|
} |
|
|
|
/** |
|
* 获取数量 |
|
*/ |
|
public Integer getBxgs() { |
|
return this.bxgs; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setBxgsunit(String bxgsunit) { |
|
this.bxgsunit = bxgsunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getBxgsunit() { |
|
return this.bxgsunit; |
|
} |
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setYqlabel(String yqlabel) { |
|
this.yqlabel = yqlabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getYqlabel() { |
|
return this.yqlabel; |
|
} |
|
/** |
|
* 设置数量 |
|
*/ |
|
public void setYq(Integer yq) { |
|
this.yq = yq; |
|
} |
|
|
|
/** |
|
* 获取数量 |
|
*/ |
|
public Integer getYq() { |
|
return this.yq; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setYqunit(String yqunit) { |
|
this.yqunit = yqunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getYqunit() { |
|
return this.yqunit; |
|
} |
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setYljksjhjllabel(String yljksjhjllabel) { |
|
this.yljksjhjllabel = yljksjhjllabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getYljksjhjllabel() { |
|
return this.yljksjhjllabel; |
|
} |
|
/** |
|
* 设置数量 |
|
*/ |
|
public void setYljksjhjl(Integer yljksjhjl) { |
|
this.yljksjhjl = yljksjhjl; |
|
} |
|
|
|
/** |
|
* 获取数量 |
|
*/ |
|
public Integer getYljksjhjl() { |
|
return this.yljksjhjl; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setYljksjhjlunit(String yljksjhjlunit) { |
|
this.yljksjhjlunit = yljksjhjlunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getYljksjhjlunit() { |
|
return this.yljksjhjlunit; |
|
} |
|
/** |
|
* 设置展示标题 |
|
*/ |
|
public void setHbcpdysjllabel(String hbcpdysjllabel) { |
|
this.hbcpdysjllabel = hbcpdysjllabel; |
|
} |
|
|
|
/** |
|
* 获取展示标题 |
|
*/ |
|
public String getHbcpdysjllabel() { |
|
return this.hbcpdysjllabel; |
|
} |
|
/** |
|
* 设置开始值 |
|
*/ |
|
public void setHbcpdysjlks(Integer hbcpdysjlks) { |
|
this.hbcpdysjlks = hbcpdysjlks; |
|
} |
|
|
|
/** |
|
* 获取开始值 |
|
*/ |
|
public Integer getHbcpdysjlks() { |
|
return this.hbcpdysjlks; |
|
} |
|
/** |
|
* 设置结束值 |
|
*/ |
|
public void setHbcpdysjljs(Integer hbcpdysjljs) { |
|
this.hbcpdysjljs = hbcpdysjljs; |
|
} |
|
|
|
/** |
|
* 获取结束值 |
|
*/ |
|
public Integer getHbcpdysjljs() { |
|
return this.hbcpdysjljs; |
|
} |
|
/** |
|
* 设置单位 |
|
*/ |
|
public void setHbcpdysjlunit(String hbcpdysjlunit) { |
|
this.hbcpdysjlunit = hbcpdysjlunit; |
|
} |
|
|
|
/** |
|
* 获取单位 |
|
*/ |
|
public String getHbcpdysjlunit() { |
|
return this.hbcpdysjlunit; |
|
} |
|
/** |
|
* 设置核保产品调用数据量 |
|
*/ |
|
public void setHbcpdysjl(Integer hbcpdysjl) { |
|
this.hbcpdysjl = hbcpdysjl; |
|
} |
|
|
|
/** |
|
* 获取核保产品调用数据量 |
|
*/ |
|
public Integer getHbcpdysjl() { |
|
return this.hbcpdysjl; |
|
} |
|
|
|
|
|
} |