package com.lunhan.water.entity.search; import com.lunhan.water.entity.dto.SearchBasicDTO; /** * 后台用户权限表 * @author lin.liu * @description 后台用户权限表 */ public class SearchAdminPermission extends SearchBasicDTO { @Override public String toString() { return "SearchAdminPermission{" + "'" + "keywords='" + getKeywords() + ", listId =" + getListId() + ", status =" + getStatus() + ", listStatus =" + getListStatus() + ", createTimeRange='" + getCreateTimeRange() + "'" + ", createTimeStart =" + getCreateTimeEnd() + ", createTimeEnd =" + getCreateTimeEnd() + ", lastId =" + getListId() + ", orderBy='" + getOrderBy() + "'" + '}'; } }