fhx
2023-10-11 e5a706033f87f40cb9da3fcd1f6c43758bb15d51
提交 | 用户 | 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 }