提交 | 用户 | age
|
c88379
|
1 |
package com.hz.his.dto; |
F |
2 |
|
e44f07
|
3 |
import com.hz.his.dto.common.DCommonDto; |
c88379
|
4 |
import lombok.Data; |
F |
5 |
|
|
6 |
/** |
|
7 |
* @author fwq |
|
8 |
* 导出预约Dto |
|
9 |
*/ |
|
10 |
@Data |
e44f07
|
11 |
public class DAppointDto extends DCommonDto { |
c88379
|
12 |
|
4db575
|
13 |
private String startTime; |
F |
14 |
private String endTime; |
|
15 |
private String shopId; |
|
16 |
private String doctorId; |
|
17 |
private String keyWord; |
|
18 |
private String corpUserName; |
|
19 |
private String doctorName; |
|
20 |
private String type; |
|
21 |
private Integer orderType; |
|
22 |
private Integer isMicApprove; |
|
23 |
private String projectName; |
|
24 |
private String userLevel; |
|
25 |
private String field; |
|
26 |
private String id; |
|
27 |
private String userId; |
|
28 |
private String roleId; |
|
29 |
private String corpUserId; |
|
30 |
private String createCuName; |
|
31 |
private String channelType; |
|
32 |
private String chatCorpName; |
|
33 |
private String appType; |
c88379
|
34 |
} |