提交 | 用户 | age
|
4db575
|
1 |
package com.hz.his.dto; |
F |
2 |
|
|
3 |
|
e44f07
|
4 |
import com.hz.his.dto.common.DCommonDto; |
4db575
|
5 |
import lombok.Data; |
F |
6 |
|
|
7 |
import java.util.Date; |
|
8 |
|
|
9 |
/** |
|
10 |
* 执行记录 |
|
11 |
**/ |
|
12 |
@Data |
e44f07
|
13 |
public class DDeductionDto extends DCommonDto { |
4db575
|
14 |
private Integer status; |
F |
15 |
private String shopId; |
|
16 |
private String departmentCode; |
|
17 |
private String projectName; |
|
18 |
private String hisProjectName; |
|
19 |
private Integer drugsType; |
|
20 |
private String userId; |
|
21 |
private String roleId; |
|
22 |
private String recordNo; |
|
23 |
private String treatSingleNo; |
|
24 |
private String belongDoctor; |
|
25 |
private String belongNurse; |
|
26 |
private String belongAdviser; |
|
27 |
private String userShopId; |
|
28 |
private String deShopId; |
|
29 |
private Date startRescindedTime; |
|
30 |
private Date endRescindedTime; |
|
31 |
|
|
32 |
} |