| | |
| | | @TableName("bd.b_rg20w_wl") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Brg20wwlEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 157706321290557408L; |
| | | private static final long serialVersionUID = 176153398200940992L; |
| | | |
| | | private String chfcac; |
| | | |
| | | private BigDecimal perimeter; |
| | | |
| | | private String m2sLegend; |
| | | |
| | | private String ann; |
| | | |
| | | public Brg20wwlEntity() { |
| | | } |
| | |
| | | public void setM2sLegend(String m2sLegend) { |
| | | this.m2sLegend = m2sLegend; |
| | | } |
| | | |
| | | public String getAnn() { |
| | | return ann; |
| | | } |
| | | |
| | | public void setAnn(String ann) { |
| | | this.ann = ann; |
| | | } |
| | | } |