| | |
| | | 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_profile_indexfile") |
| | | @TableName("bs.s_profile_indexfile") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SprofileindexfileEntity extends BaseEntity { |
| | | private static final long serialVersionUID = 505455336303196480L; |
| | | private static final long serialVersionUID = 651724262000864512L; |
| | | |
| | | private String begnumber; |
| | | |