chenjiahe
2023-11-13 99ffdf25456cd2d9bb90d275d00257cdd8cfc879
提交 | 用户 | 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 }