| | |
| | | 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.g_unstable_slope") |
| | | @TableName("bs.g_unstable_slope") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GunstableslopeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 341835049140190272L; |
| | | private static final long serialVersionUID = 846909001863984896L; |
| | | |
| | | private String number; |
| | | |