package com.gkhy.safePlatform.specialWork.model.query; public class ApprovalRuleListQuery { //企业ID private Long eid; //部门ID private Long depId; //状态 private Byte status; //作业类型 private Byte workType; //创建人ID private Long createUid; //创建人员姓名 private String createUname; //分页标识,true需要分页,false不分页 private Boolean pageable; //页大小 private Long pageSize; //查询页数 private Long pageIndex; }