首页>代码>基于maven多模块构建的spring+spring mvc+hibernate开发cms内容管理系统,包括后台管理系统,对外接口模块,前端项目>/tianti-cms/src/main/java/com/jeff/tianti/cms/dao/ColumnInfoDaoCustom.java
package com.jeff.tianti.cms.dao;
import com.jeff.tianti.common.entity.PageModel;
import java.util.List;
import com.jeff.tianti.cms.entity.ColumnInfo;
import com.jeff.tianti.cms.dto.ColumnInfoQueryDTO;
/**
* @author xujianfang
* @desc ColumnInfoDaoCustom接口
* @date 2017-03-16
*/
public interface ColumnInfoDaoCustom {
PageModel<ColumnInfo> queryColumnInfoPage(ColumnInfoQueryDTO columnInfoQueryDTO);
List<ColumnInfo> queryColumnInfoList(ColumnInfoQueryDTO columnInfoQueryDTO);
}
最近下载更多
微信网友_6658091507814400 LV3
2023年10月10日
微信网友_6602457430806528 LV6
2023年9月21日
哇塞塞哈哈哈 LV8
2023年5月4日
我也不知道谁的 LV3
2023年3月28日
GeminiLong LV6
2022年12月22日
352601466 LV2
2022年9月20日
ma752060990 LV11
2022年9月17日
testuser1234567 LV24
2022年6月15日
wanglinddad LV55
2022年3月15日
tiansitong LV14
2022年3月9日

最近浏览