| | |
| | | package com.lf.server.entity.bs; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.lf.server.entity.all.BaseGeoEntity; |
| | | import lombok.*; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Sexplorationpoint |
| | |
| | | @TableName("bs.s_explorationpoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SexplorationpointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 703652980133729536L; |
| | | private static final long serialVersionUID = 757752290348406912L; |
| | | |
| | | private String exppointid; |
| | | |