| | |
| | | package com.lf.server.entity.bd; |
| | | package com.lf.server.entity.bs; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Dlg1wrfcp |
| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.dlg_1w_rfcp") |
| | | @TableName("bs.dlg_1w_rfcp") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Dlg1wrfcpEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 198989089671051648L; |
| | | private static final long serialVersionUID = 992988331705792000L; |
| | | |
| | | private String maptile; |
| | | |
| | | private String gb; |
| | | |
| | | private BigDecimal elev; |
| | | private BigDecimal elevation; |
| | | |
| | | private String type; |
| | | |
| | |
| | | this.gb = gb; |
| | | } |
| | | |
| | | public BigDecimal getElev() { |
| | | return elev; |
| | | public BigDecimal getElevation() { |
| | | return elevation; |
| | | } |
| | | |
| | | public void setElev(BigDecimal elev) { |
| | | this.elev = elev; |
| | | public void setElevation(BigDecimal elevation) { |
| | | this.elevation = elevation; |
| | | } |
| | | |
| | | public String getType() { |