CmsContentMapper.java 319 Bytes
Newer Older
yuquan.zhu committed
1 2
package cn.timer.api.dao.qyxx;

3
import com.github.yulichang.base.MPJBaseMapper;
yuquan.zhu committed
4 5 6 7 8 9 10 11 12 13 14
import org.springframework.stereotype.Repository;


import cn.timer.api.bean.qyxx.CmsContent;

/**
 * OA消息内容表
 * 
 * @author dsc 2019-12-10
 */
@Repository
15
public interface CmsContentMapper extends MPJBaseMapper<CmsContent> {
yuquan.zhu committed
16 17

}