| | |
| | | package com.lf.server.entity.bd; |
| | | package com.lf.server.entity.bs; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.m_pipelinepoint") |
| | | @TableName("bs.m_pipelinepoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class MpipelinepointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 505455336303196480L; |
| | | private static final long serialVersionUID = 488103974837858240L; |
| | | |
| | | private String segname; |
| | | |