长者信息审核功能合并调整

This commit is contained in:
1378012178@qq.com 2026-01-30 16:50:57 +08:00
parent 03775be4c7
commit 683d6b4087
1 changed files with 19 additions and 3 deletions

View File

@ -1,7 +1,9 @@
package com.nu.dto; package com.nu.dto;
import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable; import java.io.Serializable;
@ -21,6 +23,22 @@ public class ElderInfoMQDto implements Serializable {
* id * id
*/ */
private String id; private String id;
/**
* 主表id nu_biz_elder_info.id
*/
private String pkId;
/**
* 修改类型 zz长者 jhr监护人
*/
private String modifyType;
/**
* 状态 1修改申请中 2通过 3驳回
*/
private String modifyStatus;
/**
* 审核状态
*/
private String auditContent;
/** /**
* 护理单元 * 护理单元
*/ */
@ -64,7 +82,7 @@ public class ElderInfoMQDto implements Serializable {
*/ */
private String medicalType; private String medicalType;
/** /**
*长者失能等级报销类型 * 长者失能等级报销类型
* 省医保syb_reimbursement_type * 省医保syb_reimbursement_type
* 职工医保zgyb_reimbursement_type * 职工医保zgyb_reimbursement_type
* 居民医保jmyb_reimbursement_type * 居民医保jmyb_reimbursement_type
@ -272,8 +290,6 @@ public class ElderInfoMQDto implements Serializable {
*/ */
private String elderModifyId; private String elderModifyId;
//需要变更谁的信息 zz长者 jhr监护人
private String modifyType;
//变更审批结果 //变更审批结果
private String upAuditResut; private String upAuditResut;