phis-feign/src/main/java/com/hz/his/dto/report/EmployeeReportDto.java
@@ -10,6 +10,8 @@ * */ @Data public class EmployeeReportDto { /**标识*/ private String id; /**员工标识*/ private String employeeId; /**门店标识*/ @@ -22,6 +24,10 @@ private List<String> employeeIdList; /**门店标识集合*/ private List<String> shopIdList; /**用户状态*/ List<String> userStatusList; /**是否查询VIP用户*/ Integer selectVip; /**当前时间*/ private String nowTime; /**开始时间*/ @@ -39,4 +45,6 @@ /**操作人*/ private String operatorId; private String operatorName; /**是否过滤测试账号数据:0不过滤,1过滤*/ private Integer isFilterTestAccount; }