chenjiahe
2023-12-26 6ea2d8166b37cf721b54bfc16dfa844f66e94ad9
提交 | 用户 | age
faafb1 1 package com.hz.his.dto;
F 2
3 import com.hz.his.dto.common.DCommonDto;
4 import lombok.Data;
5
6 /**
7  * 医生排班
8  * @USER: fhx
9  * @DATE: 2023/9/19
10  **/
11 @Data
12 public class DDoctorTimeDto extends DCommonDto {
13
14     private String shopId;
15     private String monthStr;
16     private String doctorId;
17 }