提交 | 用户 | age | ||
fd81ad | 1 | package com.hz.his.dto.doctorTime; |
W | 2 | |
3 | import com.hz.his.dto.PageDto; | |
4 | import lombok.Data; | |
5 | ||
6 | /** | |
7 | * @ClassName DoctorTimeDto | |
8 | * @Description 医生排班dto | |
9 | * @Author wrh | |
10 | * @Date 2023/7/4 14:40 | |
11 | * @Version 1.0 | |
12 | */ | |
13 | @Data | |
14 | public class DoctorTimeDto extends PageDto { | |
15 | ||
16 | String monthStr; | |
17 | String shopId; | |
18 | String doctorId; | |
19 | } |