| | |
| | | package com.hz.his.dto; |
| | | |
| | | import com.hz.his.dto.common.OperateDto; |
| | | import com.hz.his.dto.common.DCommonDto; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | * 导出预约Dto |
| | | */ |
| | | @Data |
| | | public class DAppointDto extends OperateDto { |
| | | public class DAppointDto extends DCommonDto { |
| | | |
| | | String startTime; |
| | | String endTime; |
| | | String shopId; |
| | | String doctorId; |
| | | String keyWord; |
| | | String corpUserName; |
| | | String doctorName; |
| | | String type; |
| | | Integer orderType; |
| | | Integer isMicApprove; |
| | | String projectName; |
| | | String userLevel; |
| | | String field; |
| | | String id; |
| | | String userId; |
| | | String roleId; |
| | | String corpUserId; |
| | | String createCuName; |
| | | String channelType; |
| | | String chatCorpName; |
| | | String appType; |
| | | private String startTime; |
| | | private String endTime; |
| | | private String shopId; |
| | | private String doctorId; |
| | | private String keyWord; |
| | | private String corpUserName; |
| | | private String doctorName; |
| | | private String type; |
| | | private Integer orderType; |
| | | private Integer isMicApprove; |
| | | private String projectName; |
| | | private String userLevel; |
| | | private String field; |
| | | private String id; |
| | | private String userId; |
| | | private String roleId; |
| | | private String corpUserId; |
| | | private String createCuName; |
| | | private String channelType; |
| | | private String chatCorpName; |
| | | private String appType; |
| | | } |