对比新文件 |
| | |
| | | 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; |
| | | |
| | | /** |
| | | * Bhy20wd31 |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.b_hy20w_d31") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Bhy20wd31Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 20666059581873036L; |
| | | |
| | | private String chfcac; |
| | | |
| | | private String gzbbga; |
| | | |
| | | private String gzbbac; |
| | | |
| | | private String gzbbad; |
| | | |
| | | private String m2sLegend; |
| | | |
| | | public Bhy20wd31Entity() { |
| | | } |
| | | |
| | | public String getChfcac() { |
| | | return chfcac; |
| | | } |
| | | |
| | | public void setChfcac(String chfcac) { |
| | | this.chfcac = chfcac; |
| | | } |
| | | |
| | | public String getGzbbga() { |
| | | return gzbbga; |
| | | } |
| | | |
| | | public void setGzbbga(String gzbbga) { |
| | | this.gzbbga = gzbbga; |
| | | } |
| | | |
| | | public String getGzbbac() { |
| | | return gzbbac; |
| | | } |
| | | |
| | | public void setGzbbac(String gzbbac) { |
| | | this.gzbbac = gzbbac; |
| | | } |
| | | |
| | | public String getGzbbad() { |
| | | return gzbbad; |
| | | } |
| | | |
| | | public void setGzbbad(String gzbbad) { |
| | | this.gzbbad = gzbbad; |
| | | } |
| | | |
| | | public String getM2sLegend() { |
| | | return m2sLegend; |
| | | } |
| | | |
| | | public void setM2sLegend(String m2sLegend) { |
| | | this.m2sLegend = m2sLegend; |
| | | } |
| | | } |