package com.ltkj.hosp.dto;
|
|
import io.swagger.annotations.ApiParam;
|
import lombok.Data;
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
/**
|
* ClassName: CheckUpdateStatusDto <br/>
|
* Description: <br/>
|
* date: 2025/7/17 16:46<br/>
|
*
|
* @author zjh<br />
|
*/
|
@Data
|
public class CheckUpdateStatusDto {
|
private String tjNumber;
|
private String advice;
|
private Integer checkStatus;
|
private String zhiyeJl;
|
private String zhiyeJg;
|
}
|