| | |
| | | import com.dsh.other.model.QueryMySiteVo; |
| | | import com.dsh.other.model.QuerySiteList; |
| | | import com.dsh.other.model.QuerySiteListVo; |
| | | import com.dsh.other.model.dto.siteDto.TSiteDTO; |
| | | import com.dsh.other.model.vo.siteVo.ExpireSiteSearchVO; |
| | | import com.dsh.other.model.vo.siteVo.SiteSearchVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | */ |
| | | List<QueryMySiteVo> queryMySite(@Param("uid") Integer uid, @Param("status") Integer status, |
| | | @Param("pageNo") Integer pageNo, @Param("pageSize") Integer pageSize); |
| | | |
| | | List<TSiteDTO> listAll(@Param("query") SiteSearchVO vo); |
| | | |
| | | |
| | | Object changeState(@Param("siteIds") List<Integer> siteIds, @Param("type")Integer type); |
| | | |
| | | List<TSiteDTO> listExipre(@Param("query") ExpireSiteSearchVO vo); |
| | | |
| | | } |