| | |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Geomappableunit |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_mappable_unit") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeomappableunitEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 440832093097657024L; |
| | | private static final long serialVersionUID = 736541451297952512L; |
| | | |
| | | private String unitNum; |
| | | |
| | |
| | | |
| | | private String source; |
| | | |
| | | private Timestamp collectt; |
| | | private Timestamp collectT; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | this.source = source; |
| | | } |
| | | |
| | | public Timestamp getCollectt() { |
| | | return collectt; |
| | | public Timestamp getCollectT() { |
| | | return collectT; |
| | | } |
| | | |
| | | public void setCollectt(Timestamp collectt) { |
| | | this.collectt = collectt; |
| | | public void setCollectT(Timestamp collectT) { |
| | | this.collectT = collectT; |
| | | } |
| | | |
| | | public String getDatastatus() { |