fwq
2024-05-01 623afb6fbb8ce6adebf237e7b670d9f4f339184d
phis-feign/src/main/java/com/hz/his/dto/report/EmployeeReportDto.java
@@ -10,10 +10,13 @@
 * */
@Data
public class EmployeeReportDto {
    /**标识*/
    private String id;
    /**员工标识*/
    private String employeeId;
    /**门店标识*/
    private String shopId;
    /**门店标识集合*/
    private String shopIds;
    /**登录员工唯一字符串*/
    private String roleStr;
@@ -21,6 +24,10 @@
    private List<String> employeeIdList;
    /**门店标识集合*/
    private List<String> shopIdList;
    /**用户状态*/
    List<String> userStatusList;
    /**是否查询VIP用户*/
    Integer selectVip;
    /**当前时间*/
    private String nowTime;
    /**开始时间*/
@@ -35,4 +42,9 @@
    private Integer isBothOne;
    /**工作日*/
    private Integer workDayNum;
    /**操作人*/
    private String operatorId;
    private String operatorName;
    /**是否过滤测试账号数据:0不过滤,1过滤*/
    private Integer isFilterTestAccount;
}