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