| | |
| | | package com.lf.server.entity.bd; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.lf.server.entity.all.BaseGeoEntity; |
| | | import lombok.*; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * DlgAgnp |
| | | * Dlgagnp |
| | | * @author WWW |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.dlg_agnp") |
| | | public class DlgAgnpEntity implements Serializable { |
| | | private static final long serialVersionUID = 44921918793079408L; |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer gid; |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class DlgagnpEntity extends BaseGeoEntity implements Serializable { |
| | | private static final long serialVersionUID = 128652141489392224L; |
| | | |
| | | private Long objectid; |
| | | |
| | |
| | | |
| | | private String bsm; |
| | | |
| | | @TableField(select = false) |
| | | private String geom; |
| | | |
| | | public DlgAgnpEntity() { |
| | | } |
| | | |
| | | public Integer getGid() { |
| | | return gid; |
| | | } |
| | | |
| | | public void setGid(Integer gid) { |
| | | this.gid = gid; |
| | | public DlgagnpEntity() { |
| | | } |
| | | |
| | | public Long getObjectid() { |
| | |
| | | |
| | | public void setBsm(String bsm) { |
| | | this.bsm = bsm; |
| | | } |
| | | |
| | | public String getGeom() { |
| | | return geom; |
| | | } |
| | | |
| | | public void setGeom(String geom) { |
| | | this.geom = geom; |
| | | } |
| | | } |