| | |
| | | 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.s_survey_information") |
| | | @TableName("bs.s_survey_information") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SsurveyinformationEntity extends BaseEntity { |
| | | private static final long serialVersionUID = 146650309277069888L; |
| | | private static final long serialVersionUID = 651724262000864512L; |
| | | |
| | | private String segname; |
| | | |