| | |
| | | package com.hz.his.dto; |
| | | |
| | | |
| | | import com.hz.his.dto.common.DCommonDto; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * 订单 |
| | | **/ |
| | | @Data |
| | | public class DOrderDto { |
| | | public class DOrderDto extends DCommonDto { |
| | | |
| | | private String startTime; |
| | | private String endTime; |
| | | private Integer status; |
| | | private String orderNo; |
| | | private String type; |
| | |
| | | private String doctorName; |
| | | private String hisCorpUserName; |
| | | private String userName; |
| | | private String userId; |
| | | private String shopIds; |
| | | private String roleUniqueStr; |
| | | private String userStatus; |
| | | private String userLevel; |
| | | private String internetCorpUserId; |
| | | private String internetCorpUserName; |
| | | private String keyWord; |
| | | } |