| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Bgeologichazard |
| | |
| | | @TableName("bd.b_geologic_hazard") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class BgeologichazardEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 20666059581873036L; |
| | | private static final long serialVersionUID = 822473019744489856L; |
| | | |
| | | private String ghazid; |
| | | |
| | |
| | | private String datastatus; |
| | | |
| | | private String remarks; |
| | | |
| | | private String name; |
| | | |
| | | public BgeologichazardEntity() { |
| | | } |
| | |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | } |