zjh
5 天以前 cf37087d3a1bd7247e0fa7acc4c3c6c1e30ea01b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}