| | |
| | | package com.hz.his.dto.user; |
| | | |
| | | import com.gitee.sunchenbin.mybatis.actable.annotation.Column; |
| | | import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant; |
| | | import com.hz.his.dto.PageDto; |
| | | import lombok.Data; |
| | | |
| | |
| | | private Integer isSelectShop = 0; |
| | | /**是否查询推荐人信息:0否1是*/ |
| | | private Integer isSelectInvitee = 0; |
| | | /**是否查询资金信息:0否1是*/ |
| | | private Integer isSelectMoney = 0; |
| | | /**是否有门店*/ |
| | | private Integer isHaveShop; |
| | | /**是否有顾问*/ |
| | | private Integer isHaveCorp; |
| | | |
| | | /**开始时间*/ |
| | | private Date startTime; |
| | | |
| | | /**结束时间*/ |
| | | private Date endTime; |
| | | |
| | | } |