| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Bhy20ws22 |
| | |
| | | @TableName("bd.b_hy20w_s22") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Bhy20ws22Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 32399049975163788L; |
| | | private static final long serialVersionUID = 371338138064061376L; |
| | | |
| | | private String chfcac; |
| | | |
| | |
| | | private String swag; |
| | | |
| | | private String m2sLegend; |
| | | |
| | | private String ann; |
| | | |
| | | public Bhy20ws22Entity() { |
| | | } |
| | |
| | | public void setM2sLegend(String m2sLegend) { |
| | | this.m2sLegend = m2sLegend; |
| | | } |
| | | |
| | | public String getAnn() { |
| | | return ann; |
| | | } |
| | | |
| | | public void setAnn(String ann) { |
| | | this.ann = ann; |
| | | } |
| | | } |