| | |
| | | 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.dlg_trapt2000") |
| | | @TableName("bs.dlg_trapt2000") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Dlgtrapt2000Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 700640076166316800L; |
| | | private static final long serialVersionUID = 205714028890111520L; |
| | | |
| | | private String usercode; |
| | | |