package com.lf.server.entity.bs;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.lf.server.entity.all.BaseGeoEntity;
|
import lombok.*;
|
|
import java.math.BigDecimal;
|
import java.sql.Timestamp;
|
import java.time.LocalDate;
|
|
/**
|
* Mhydraulicprotection
|
* @author WWW
|
*/
|
@Data
|
@AllArgsConstructor
|
@TableName("bs.m_hydraulic_protection")
|
@EqualsAndHashCode(callSuper = false)
|
public class MhydraulicprotectionEntity extends BaseGeoEntity {
|
private static final long serialVersionUID = 116557317374533664L;
|
|
private String segname;
|
|
private String hydprono;
|
|
private String protname;
|
|
private String subitemno;
|
|
private String photono;
|
|
private String cpname;
|
|
private BigDecimal recpvaule;
|
|
private String prottype;
|
|
private String strsize;
|
|
private BigDecimal length;
|
|
private String measurer;
|
|
private LocalDate meadate;
|
|
private LocalDate accdate;
|
|
private String conclusion;
|
|
private String rwalltype;
|
|
private String material;
|
|
private String quantities;
|
|
private String amount;
|
|
private String projname;
|
|
private String pipename;
|
|
private BigDecimal x;
|
|
private BigDecimal y;
|
|
private BigDecimal elev;
|
|
private String belongs;
|
|
private String belongsid;
|
|
private String datastatus;
|
|
private String remarks;
|
|
private String version;
|
|
private String datastage;
|
|
private BigDecimal width;
|
|
private BigDecimal height;
|
|
public MhydraulicprotectionEntity() {
|
}
|
|
public String getSegname() {
|
return segname;
|
}
|
|
public void setSegname(String segname) {
|
this.segname = segname;
|
}
|
|
public String getHydprono() {
|
return hydprono;
|
}
|
|
public void setHydprono(String hydprono) {
|
this.hydprono = hydprono;
|
}
|
|
public String getProtname() {
|
return protname;
|
}
|
|
public void setProtname(String protname) {
|
this.protname = protname;
|
}
|
|
public String getSubitemno() {
|
return subitemno;
|
}
|
|
public void setSubitemno(String subitemno) {
|
this.subitemno = subitemno;
|
}
|
|
public String getPhotono() {
|
return photono;
|
}
|
|
public void setPhotono(String photono) {
|
this.photono = photono;
|
}
|
|
public String getCpname() {
|
return cpname;
|
}
|
|
public void setCpname(String cpname) {
|
this.cpname = cpname;
|
}
|
|
public BigDecimal getRecpvaule() {
|
return recpvaule;
|
}
|
|
public void setRecpvaule(BigDecimal recpvaule) {
|
this.recpvaule = recpvaule;
|
}
|
|
public String getProttype() {
|
return prottype;
|
}
|
|
public void setProttype(String prottype) {
|
this.prottype = prottype;
|
}
|
|
public String getStrsize() {
|
return strsize;
|
}
|
|
public void setStrsize(String strsize) {
|
this.strsize = strsize;
|
}
|
|
public BigDecimal getLength() {
|
return length;
|
}
|
|
public void setLength(BigDecimal length) {
|
this.length = length;
|
}
|
|
public String getMeasurer() {
|
return measurer;
|
}
|
|
public void setMeasurer(String measurer) {
|
this.measurer = measurer;
|
}
|
|
public LocalDate getMeadate() {
|
return meadate;
|
}
|
|
public void setMeadate(LocalDate meadate) {
|
this.meadate = meadate;
|
}
|
|
public LocalDate getAccdate() {
|
return accdate;
|
}
|
|
public void setAccdate(LocalDate accdate) {
|
this.accdate = accdate;
|
}
|
|
public String getConclusion() {
|
return conclusion;
|
}
|
|
public void setConclusion(String conclusion) {
|
this.conclusion = conclusion;
|
}
|
|
public String getRwalltype() {
|
return rwalltype;
|
}
|
|
public void setRwalltype(String rwalltype) {
|
this.rwalltype = rwalltype;
|
}
|
|
public String getMaterial() {
|
return material;
|
}
|
|
public void setMaterial(String material) {
|
this.material = material;
|
}
|
|
public String getQuantities() {
|
return quantities;
|
}
|
|
public void setQuantities(String quantities) {
|
this.quantities = quantities;
|
}
|
|
public String getAmount() {
|
return amount;
|
}
|
|
public void setAmount(String amount) {
|
this.amount = amount;
|
}
|
|
public String getProjname() {
|
return projname;
|
}
|
|
public void setProjname(String projname) {
|
this.projname = projname;
|
}
|
|
public String getPipename() {
|
return pipename;
|
}
|
|
public void setPipename(String pipename) {
|
this.pipename = pipename;
|
}
|
|
public BigDecimal getX() {
|
return x;
|
}
|
|
public void setX(BigDecimal x) {
|
this.x = x;
|
}
|
|
public BigDecimal getY() {
|
return y;
|
}
|
|
public void setY(BigDecimal y) {
|
this.y = y;
|
}
|
|
public BigDecimal getElev() {
|
return elev;
|
}
|
|
public void setElev(BigDecimal elev) {
|
this.elev = elev;
|
}
|
|
public String getBelongs() {
|
return belongs;
|
}
|
|
public void setBelongs(String belongs) {
|
this.belongs = belongs;
|
}
|
|
public String getBelongsid() {
|
return belongsid;
|
}
|
|
public void setBelongsid(String belongsid) {
|
this.belongsid = belongsid;
|
}
|
|
public String getDatastatus() {
|
return datastatus;
|
}
|
|
public void setDatastatus(String datastatus) {
|
this.datastatus = datastatus;
|
}
|
|
public String getRemarks() {
|
return remarks;
|
}
|
|
public void setRemarks(String remarks) {
|
this.remarks = remarks;
|
}
|
|
public String getVersion() {
|
return version;
|
}
|
|
public void setVersion(String version) {
|
this.version = version;
|
}
|
|
public String getDatastage() {
|
return datastage;
|
}
|
|
public void setDatastage(String datastage) {
|
this.datastage = datastage;
|
}
|
|
public BigDecimal getWidth() {
|
return width;
|
}
|
|
public void setWidth(BigDecimal width) {
|
this.width = width;
|
}
|
|
public BigDecimal getHeight() {
|
return height;
|
}
|
|
public void setHeight(BigDecimal height) {
|
this.height = height;
|
}
|
}
|