提交 | 用户 | age | ||
90f87d | 1 | package com.hz.his.dto; |
F | 2 | |
e44f07 | 3 | import com.hz.his.dto.common.DCommonDto; |
90f87d | 4 | import com.hz.his.dto.common.OperateDto; |
F | 5 | import lombok.Data; |
6 | ||
7 | /** | |
8 | * @author fwq | |
9 | * 导出员工Dto | |
10 | */ | |
11 | @Data | |
e44f07 | 12 | public class DEmployeeDto extends DCommonDto { |
4db575 | 13 | private Integer isJob; |
F | 14 | private Integer isPerformanceEmp; |
15 | private String roleUniqueStr; | |
90f87d | 16 | |
F | 17 | } |