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

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;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@ -21,6 +23,22 @@ public class ElderInfoMQDto implements Serializable {
* 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;
/**
* 护理单元
*/
@ -272,8 +290,6 @@ public class ElderInfoMQDto implements Serializable {
*/
private String elderModifyId;
//需要变更谁的信息 zz长者 jhr监护人
private String modifyType;
//变更审批结果
private String upAuditResut;