| | |
| | | @TableName("bd.b_hy20w_d21") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Bhy20wd21Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 189270773990671520L; |
| | | private static final long serialVersionUID = 730143165090187904L; |
| | | |
| | | private String chfcac; |
| | | |
| | |
| | | |
| | | private String ysd; |
| | | |
| | | private BigDecimal qdfcf; |
| | | private String qdfcf; |
| | | |
| | | private String m2sLegend; |
| | | |
| | | private String ann; |
| | | |
| | | private String obid; |
| | | |
| | | public Bhy20wd21Entity() { |
| | | } |
| | |
| | | this.ysd = ysd; |
| | | } |
| | | |
| | | public BigDecimal getQdfcf() { |
| | | public String getQdfcf() { |
| | | return qdfcf; |
| | | } |
| | | |
| | | public void setQdfcf(BigDecimal qdfcf) { |
| | | public void setQdfcf(String qdfcf) { |
| | | this.qdfcf = qdfcf; |
| | | } |
| | | |
| | |
| | | public void setM2sLegend(String m2sLegend) { |
| | | this.m2sLegend = m2sLegend; |
| | | } |
| | | |
| | | public String getAnn() { |
| | | return ann; |
| | | } |
| | | |
| | | public void setAnn(String ann) { |
| | | this.ann = ann; |
| | | } |
| | | |
| | | public String getObid() { |
| | | return obid; |
| | | } |
| | | |
| | | public void setObid(String obid) { |
| | | this.obid = obid; |
| | | } |
| | | } |