|
|
@ -18,13 +18,10 @@ |
|
|
|
package com.epmet.entity; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.entity.BaseEpmetEntity; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户基础信息 |
|
|
|
* |
|
|
@ -301,7 +298,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 患大病时间 |
|
|
|
*/ |
|
|
|
private Date dbsj; |
|
|
|
private String dbsj; |
|
|
|
|
|
|
|
/** |
|
|
|
* 所患慢性病 |
|
|
@ -311,7 +308,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 患慢性病时间 |
|
|
|
*/ |
|
|
|
private Date mxbsj; |
|
|
|
private String mxbsj; |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否参保 |
|
|
@ -331,7 +328,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 救助时间[yyyy-MM-dd] |
|
|
|
*/ |
|
|
|
private Date jzsj; |
|
|
|
private String jzsj; |
|
|
|
|
|
|
|
/** |
|
|
|
* 享受救助明细序号 |
|
|
@ -356,7 +353,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 离退休时间 |
|
|
|
*/ |
|
|
|
private Date ltxsj; |
|
|
|
private String ltxsj; |
|
|
|
|
|
|
|
/** |
|
|
|
* 工作信息备注 |
|
|
|