| | |
| | | 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; |
| | | |
| | | /** |
| | | * Dlghydpt500 |
| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.dlg_hydpt500") |
| | | @TableName("bs.dlg_hydpt500") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Dlghydpt500Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 91009555892557632L; |
| | | private static final long serialVersionUID = 658259605364063616L; |
| | | |
| | | private String usercode; |
| | | |
| | |
| | | |
| | | private BigDecimal depth; |
| | | |
| | | private BigDecimal elev; |
| | | private BigDecimal elevation; |
| | | |
| | | private BigDecimal direction; |
| | | |
| | |
| | | this.depth = depth; |
| | | } |
| | | |
| | | 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 BigDecimal getDirection() { |