| | |
| | | /** |
| | | * 主键id |
| | | */ |
| | | @TableId(type = IdType.AUTO) |
| | | @TableId(type = IdType.ASSIGN_ID) |
| | | private Long id; |
| | | /** |
| | | * 人口id |
| | |
| | | /** |
| | | * 性别 |
| | | */ |
| | | private String sex; |
| | | private Integer sex; |
| | | /** |
| | | * 年龄 |
| | | */ |
| | |
| | | /** |
| | | * 是否养老登记(1.是 0.否) |
| | | */ |
| | | private Boolean isRegister; |
| | | private Integer isRegister; |
| | | /** |
| | | * 是否健在(1.是 0.否) |
| | | */ |
| | | private Boolean isAlive; |
| | | private Integer isAlive; |
| | | /** |
| | | * 居住地址 |
| | | */ |
| | |
| | | */ |
| | | private Long updateBy; |
| | | |
| | | /** |
| | | * 是否枚举(1.是 0.否) |
| | | */ |
| | | public interface isOk{ |
| | | int yes = 1; |
| | | int no = 0; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComPensionAuthPensionerDO{" + |