| | |
| | | package com.lf.server.entity.bd; |
| | | package com.lf.server.entity.bs; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Dlgresal5000 |
| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @TableName("bd.dlg_resal5000") |
| | | @TableName("bs.dlg_resal5000") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Dlgresal5000Entity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 254629843055563904L; |
| | | private static final long serialVersionUID = 829527137721668480L; |
| | | |
| | | private String usercode; |
| | | |