zhaowenxuan
3 天以前 e6eb8c14f98921ba73a7efdfc1415c6483dc4112
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;
    }