| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import io.swagger.annotations.ApiModelProperty;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import org.springframework.format.annotation.DateTimeFormat;
- /**
- * entity:BisInspSvwtWuntRgstrWsusw
- *
- * @author lune
- * @date 2019-9-18
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspSvwtWuntRgstrWsusw extends BaseBean implements Serializable {
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("登记表ID")
- private String rgstrId;
- @ApiModelProperty("获得节水型单位的时间")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
- private Date gtWsuDt;
- @ApiModelProperty("是否开展节水型单位复核评价")
- private String isWsuDtRev;
- @ApiModelProperty("最近一次节水型单位复核的时间")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
- private Date wsuDtRevDt;
- @ApiModelProperty("是否建立节约用水管理制度")
- private String isBuldWcms;
- @ApiModelProperty("是否明确用水管理人员")
- private String isExpWmp;
- @ApiModelProperty("是否在主要用水部位和人流密集场所张贴节水海报或悬挂节水标识标语")
- private String isPutWsphwsss;
- @ApiModelProperty("是否组织开展节水宣传和教育活动")
- private String isOalWcpea;
- @ApiModelProperty("是否按规定开展水平衡测试")
- private String isWbt;
- @ApiModelProperty("是否使用国家明令淘汰的用水设备和器具")
- private String isHasSdeWea;
- @ApiModelProperty("是否存在跑冒滴漏现象")
- private String isHasRad;
- @ApiModelProperty("是否有雨水集蓄利用、水循环或回收利用设施")
- private String isHasRcauWrorf;
- @ApiModelProperty("2018年度非常规水源利用量")
- private Double oth;
- @ApiModelProperty("记录人员ID")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date inTm;
- @ApiModelProperty("修改时间")
- private Date upTm;
- @ApiModelProperty("数据状态")
- private String dataStat;
- @ApiModelProperty("审批部门")
- private String wsuRa;
- public BisInspSvwtWuntRgstrWsusw() {
- }
- public String getWsuRa() {
- return wsuRa;
- }
- public void setWsuRa(String wsuRa) {
- this.wsuRa = wsuRa;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- @Override
- public String getRgstrId() {
- return rgstrId;
- }
- @Override
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public Date getGtWsuDt() {
- return gtWsuDt;
- }
- public void setGtWsuDt(Date gtWsuDt) {
- this.gtWsuDt = gtWsuDt;
- }
- public String getIsWsuDtRev() {
- return isWsuDtRev;
- }
- public void setIsWsuDtRev(String isWsuDtRev) {
- this.isWsuDtRev = isWsuDtRev;
- }
- public Date getWsuDtRevDt() {
- return wsuDtRevDt;
- }
- public void setWsuDtRevDt(Date wsuDtRevDt) {
- this.wsuDtRevDt = wsuDtRevDt;
- }
- public String getIsBuldWcms() {
- return isBuldWcms;
- }
- public void setIsBuldWcms(String isBuldWcms) {
- this.isBuldWcms = isBuldWcms;
- }
- public String getIsExpWmp() {
- return isExpWmp;
- }
- public void setIsExpWmp(String isExpWmp) {
- this.isExpWmp = isExpWmp;
- }
- public String getIsPutWsphwsss() {
- return isPutWsphwsss;
- }
- public void setIsPutWsphwsss(String isPutWsphwsss) {
- this.isPutWsphwsss = isPutWsphwsss;
- }
- public String getIsOalWcpea() {
- return isOalWcpea;
- }
- public void setIsOalWcpea(String isOalWcpea) {
- this.isOalWcpea = isOalWcpea;
- }
- public String getIsWbt() {
- return isWbt;
- }
- public void setIsWbt(String isWbt) {
- this.isWbt = isWbt;
- }
- public String getIsHasSdeWea() {
- return isHasSdeWea;
- }
- public void setIsHasSdeWea(String isHasSdeWea) {
- this.isHasSdeWea = isHasSdeWea;
- }
- public String getIsHasRad() {
- return isHasRad;
- }
- public void setIsHasRad(String isHasRad) {
- this.isHasRad = isHasRad;
- }
- public String getIsHasRcauWrorf() {
- return isHasRcauWrorf;
- }
- public void setIsHasRcauWrorf(String isHasRcauWrorf) {
- this.isHasRcauWrorf = isHasRcauWrorf;
- }
- public Double getOth() {
- return oth;
- }
- public void setOth(Double oth) {
- this.oth = oth;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public Date getInTm() {
- return inTm;
- }
- public void setInTm(Date inTm) {
- this.inTm = inTm;
- }
- public Date getUpTm() {
- return upTm;
- }
- public void setUpTm(Date upTm) {
- this.upTm = upTm;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- @Override
- public String toString() {
- return "BisInspSvwtWuntRgstrWsusw [" + "id=" + id + ", rgstrId=" + rgstrId + ", gtWsuDt=" + gtWsuDt + ", isWsuDtRev=" + isWsuDtRev + ", wsuDtRevDt=" + wsuDtRevDt + ", isBuldWcms=" + isBuldWcms + ", isExpWmp=" + isExpWmp + ", isPutWsphwsss=" + isPutWsphwsss + ", isOalWcpea=" + isOalWcpea + ", isWbt=" + isWbt + ", isHasSdeWea=" + isHasSdeWea + ", isHasRad=" + isHasRad + ", isHasRcauWrorf=" + isHasRcauWrorf + ", oth=" + oth + ", persId=" + persId + ", inTm=" + inTm + ", upTm=" + upTm + ", dataStat=" + dataStat + "]";
- }
- }
|