小程序支持长者更改医保类型、失能等级
This commit is contained in:
parent
9d9cfd5c72
commit
36248a3b5e
|
|
@ -88,6 +88,21 @@ public class ElderModifyInfo implements Serializable {
|
|||
@Excel(name = "医保类型", width = 15)
|
||||
@ApiModelProperty(value = "医保类型")
|
||||
private String medicalType;
|
||||
/**
|
||||
*长者失能等级报销类型
|
||||
* 省医保syb_reimbursement_type
|
||||
* 职工医保zgyb_reimbursement_type
|
||||
* 居民医保jmyb_reimbursement_type
|
||||
*/
|
||||
@ApiModelProperty(value = "长者失能等级报销类型")
|
||||
private String disabilityReimbursementType;
|
||||
/**
|
||||
* 长者缴费状态 字典elder_payment_status
|
||||
*/
|
||||
@Excel(name = "医保类型", width = 15, dicCode = "elder_payment_status")
|
||||
@Dict(dicCode = "elder_payment_status")
|
||||
@ApiModelProperty(value = "长者缴费状态")
|
||||
private String paymentStatus;
|
||||
/**医保卡号*/
|
||||
@Excel(name = "医保卡号", width = 15)
|
||||
@ApiModelProperty(value = "医保卡号")
|
||||
|
|
|
|||
Loading…
Reference in New Issue