package com.lf.server.entity.md;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.lf.server.entity.all.BaseEntity;
|
import lombok.*;
|
|
import java.math.BigDecimal;
|
import java.sql.Timestamp;
|
import java.time.LocalDate;
|
|
/**
|
* Mdmpointcloud
|
* @author WWW
|
*/
|
@Data
|
@AllArgsConstructor
|
@TableName("md.md_m_point_cloud")
|
@EqualsAndHashCode(callSuper = false)
|
public class MdmpointcloudEntity extends BaseEntity {
|
private static final long serialVersionUID = 512924120534641728L;
|
|
private String prodcode;
|
|
private String prodname;
|
|
private String proddesc;
|
|
private String projectcode;
|
|
private String projectname;
|
|
private String taskcode;
|
|
private String taskname;
|
|
private String prodver;
|
|
private String owner;
|
|
private String prodrange;
|
|
private Double prodarea;
|
|
private Double datasize;
|
|
private String confilevel;
|
|
private String dataformat;
|
|
private Timestamp survdate;
|
|
private Timestamp proddate;
|
|
private Timestamp updadate;
|
|
private String sampinte;
|
|
private String coorsystem;
|
|
private Double semimajax;
|
|
private String flatrat;
|
|
private String mapproj;
|
|
private String cntmerdian;
|
|
private String zonemode;
|
|
private String projzoneno;
|
|
private String coordunit;
|
|
private String verdatum;
|
|
private String datasotype;
|
|
private String prodmethod;
|
|
private String radimod;
|
|
private String fliheight;
|
|
private String poidens;
|
|
private String producter;
|
|
private String mapper;
|
|
private String reviewer;
|
|
private String checker;
|
|
private String plaerr;
|
|
private String vererr;
|
|
private String remarks;
|
|
private String belongsid;
|
|
private String datastatus;
|
|
public MdmpointcloudEntity() {
|
}
|
|
public String getProdcode() {
|
return prodcode;
|
}
|
|
public void setProdcode(String prodcode) {
|
this.prodcode = prodcode;
|
}
|
|
public String getProdname() {
|
return prodname;
|
}
|
|
public void setProdname(String prodname) {
|
this.prodname = prodname;
|
}
|
|
public String getProddesc() {
|
return proddesc;
|
}
|
|
public void setProddesc(String proddesc) {
|
this.proddesc = proddesc;
|
}
|
|
public String getProjectcode() {
|
return projectcode;
|
}
|
|
public void setProjectcode(String projectcode) {
|
this.projectcode = projectcode;
|
}
|
|
public String getProjectname() {
|
return projectname;
|
}
|
|
public void setProjectname(String projectname) {
|
this.projectname = projectname;
|
}
|
|
public String getTaskcode() {
|
return taskcode;
|
}
|
|
public void setTaskcode(String taskcode) {
|
this.taskcode = taskcode;
|
}
|
|
public String getTaskname() {
|
return taskname;
|
}
|
|
public void setTaskname(String taskname) {
|
this.taskname = taskname;
|
}
|
|
public String getProdver() {
|
return prodver;
|
}
|
|
public void setProdver(String prodver) {
|
this.prodver = prodver;
|
}
|
|
public String getOwner() {
|
return owner;
|
}
|
|
public void setOwner(String owner) {
|
this.owner = owner;
|
}
|
|
public String getProdrange() {
|
return prodrange;
|
}
|
|
public void setProdrange(String prodrange) {
|
this.prodrange = prodrange;
|
}
|
|
public Double getProdarea() {
|
return prodarea;
|
}
|
|
public void setProdarea(Double prodarea) {
|
this.prodarea = prodarea;
|
}
|
|
public Double getDatasize() {
|
return datasize;
|
}
|
|
public void setDatasize(Double datasize) {
|
this.datasize = datasize;
|
}
|
|
public String getConfilevel() {
|
return confilevel;
|
}
|
|
public void setConfilevel(String confilevel) {
|
this.confilevel = confilevel;
|
}
|
|
public String getDataformat() {
|
return dataformat;
|
}
|
|
public void setDataformat(String dataformat) {
|
this.dataformat = dataformat;
|
}
|
|
public Timestamp getSurvdate() {
|
return survdate;
|
}
|
|
public void setSurvdate(Timestamp survdate) {
|
this.survdate = survdate;
|
}
|
|
public Timestamp getProddate() {
|
return proddate;
|
}
|
|
public void setProddate(Timestamp proddate) {
|
this.proddate = proddate;
|
}
|
|
public Timestamp getUpdadate() {
|
return updadate;
|
}
|
|
public void setUpdadate(Timestamp updadate) {
|
this.updadate = updadate;
|
}
|
|
public String getSampinte() {
|
return sampinte;
|
}
|
|
public void setSampinte(String sampinte) {
|
this.sampinte = sampinte;
|
}
|
|
public String getCoorsystem() {
|
return coorsystem;
|
}
|
|
public void setCoorsystem(String coorsystem) {
|
this.coorsystem = coorsystem;
|
}
|
|
public Double getSemimajax() {
|
return semimajax;
|
}
|
|
public void setSemimajax(Double semimajax) {
|
this.semimajax = semimajax;
|
}
|
|
public String getFlatrat() {
|
return flatrat;
|
}
|
|
public void setFlatrat(String flatrat) {
|
this.flatrat = flatrat;
|
}
|
|
public String getMapproj() {
|
return mapproj;
|
}
|
|
public void setMapproj(String mapproj) {
|
this.mapproj = mapproj;
|
}
|
|
public String getCntmerdian() {
|
return cntmerdian;
|
}
|
|
public void setCntmerdian(String cntmerdian) {
|
this.cntmerdian = cntmerdian;
|
}
|
|
public String getZonemode() {
|
return zonemode;
|
}
|
|
public void setZonemode(String zonemode) {
|
this.zonemode = zonemode;
|
}
|
|
public String getProjzoneno() {
|
return projzoneno;
|
}
|
|
public void setProjzoneno(String projzoneno) {
|
this.projzoneno = projzoneno;
|
}
|
|
public String getCoordunit() {
|
return coordunit;
|
}
|
|
public void setCoordunit(String coordunit) {
|
this.coordunit = coordunit;
|
}
|
|
public String getVerdatum() {
|
return verdatum;
|
}
|
|
public void setVerdatum(String verdatum) {
|
this.verdatum = verdatum;
|
}
|
|
public String getDatasotype() {
|
return datasotype;
|
}
|
|
public void setDatasotype(String datasotype) {
|
this.datasotype = datasotype;
|
}
|
|
public String getProdmethod() {
|
return prodmethod;
|
}
|
|
public void setProdmethod(String prodmethod) {
|
this.prodmethod = prodmethod;
|
}
|
|
public String getRadimod() {
|
return radimod;
|
}
|
|
public void setRadimod(String radimod) {
|
this.radimod = radimod;
|
}
|
|
public String getFliheight() {
|
return fliheight;
|
}
|
|
public void setFliheight(String fliheight) {
|
this.fliheight = fliheight;
|
}
|
|
public String getPoidens() {
|
return poidens;
|
}
|
|
public void setPoidens(String poidens) {
|
this.poidens = poidens;
|
}
|
|
public String getProducter() {
|
return producter;
|
}
|
|
public void setProducter(String producter) {
|
this.producter = producter;
|
}
|
|
public String getMapper() {
|
return mapper;
|
}
|
|
public void setMapper(String mapper) {
|
this.mapper = mapper;
|
}
|
|
public String getReviewer() {
|
return reviewer;
|
}
|
|
public void setReviewer(String reviewer) {
|
this.reviewer = reviewer;
|
}
|
|
public String getChecker() {
|
return checker;
|
}
|
|
public void setChecker(String checker) {
|
this.checker = checker;
|
}
|
|
public String getPlaerr() {
|
return plaerr;
|
}
|
|
public void setPlaerr(String plaerr) {
|
this.plaerr = plaerr;
|
}
|
|
public String getVererr() {
|
return vererr;
|
}
|
|
public void setVererr(String vererr) {
|
this.vererr = vererr;
|
}
|
|
public String getRemarks() {
|
return remarks;
|
}
|
|
public void setRemarks(String remarks) {
|
this.remarks = remarks;
|
}
|
|
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;
|
}
|
}
|