From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 16:43:13 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service --- src/main/java/com/lf/server/entity/bd/Brg20wd04nEntity.java | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 175 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/bd/Brg20wd04nEntity.java b/src/main/java/com/lf/server/entity/bd/Brg20wd04nEntity.java new file mode 100644 index 0000000..ec40e4c --- /dev/null +++ b/src/main/java/com/lf/server/entity/bd/Brg20wd04nEntity.java @@ -0,0 +1,175 @@ +package com.lf.server.entity.bd; + +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; + +/** + * Brg20wd04n + * @author WWW + */ +@Data +@AllArgsConstructor +@TableName("bd.b_rg20w_d04n") +@EqualsAndHashCode(callSuper = false) +public class Brg20wd04nEntity extends BaseGeoEntity { + private static final long serialVersionUID = 432103540018249088L; + + private String chfcac; + + private String pkiaa; + + private String qdhn; + + private String qdhah; + + private String ysea; + + private String qdhd; + + private String yseb; + + private String yshb; + + private String ysc; + + private String ysd; + + private String ysja; + + private String qdho; + + private String qdhx; + + private String kcc; + + private String m2sLegend; + + public Brg20wd04nEntity() { + } + + public String getChfcac() { + return chfcac; + } + + public void setChfcac(String chfcac) { + this.chfcac = chfcac; + } + + public String getPkiaa() { + return pkiaa; + } + + public void setPkiaa(String pkiaa) { + this.pkiaa = pkiaa; + } + + public String getQdhn() { + return qdhn; + } + + public void setQdhn(String qdhn) { + this.qdhn = qdhn; + } + + public String getQdhah() { + return qdhah; + } + + public void setQdhah(String qdhah) { + this.qdhah = qdhah; + } + + public String getYsea() { + return ysea; + } + + public void setYsea(String ysea) { + this.ysea = ysea; + } + + public String getQdhd() { + return qdhd; + } + + public void setQdhd(String qdhd) { + this.qdhd = qdhd; + } + + public String getYseb() { + return yseb; + } + + public void setYseb(String yseb) { + this.yseb = yseb; + } + + public String getYshb() { + return yshb; + } + + public void setYshb(String yshb) { + this.yshb = yshb; + } + + public String getYsc() { + return ysc; + } + + public void setYsc(String ysc) { + this.ysc = ysc; + } + + public String getYsd() { + return ysd; + } + + public void setYsd(String ysd) { + this.ysd = ysd; + } + + public String getYsja() { + return ysja; + } + + public void setYsja(String ysja) { + this.ysja = ysja; + } + + public String getQdho() { + return qdho; + } + + public void setQdho(String qdho) { + this.qdho = qdho; + } + + public String getQdhx() { + return qdhx; + } + + public void setQdhx(String qdhx) { + this.qdhx = qdhx; + } + + public String getKcc() { + return kcc; + } + + public void setKcc(String kcc) { + this.kcc = kcc; + } + + public String getM2sLegend() { + return m2sLegend; + } + + public void setM2sLegend(String m2sLegend) { + this.m2sLegend = m2sLegend; + } +} -- Gitblit v1.9.3