首页>代码>基于maven多模块构建的spring+spring mvc+hibernate开发cms内容管理系统,包括后台管理系统,对外接口模块,前端项目>/tianti-cms/src/main/java/com/jeff/tianti/cms/dao/ArticleDao.java
01 | package com.jeff.tianti.cms.dao; |
02 |
03 | import com.jeff.tianti.cms.entity.Article; |
04 | import com.jeff.tianti.common.dao.CommonDao; |
05 |
06 | /** |
07 | * @author xujianfang |
08 | * @desc ArticleDao接口 |
09 | * @date 2017-03-16 |
10 | */ |
11 | public interface ArticleDao extends ArticleDaoCustom,CommonDao<Article,String>{ |
12 |
13 | } |

微信网友_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日