Commit d9aafc3f by Java-聂换换

Merge remote-tracking branch 'origin/develop' into develop-niehh

parents b55c3f73 d2fa2311
package com.ejweb.modules.front.report.dao;
import com.ejweb.core.persistence.CrudDao;
import com.ejweb.core.persistence.annotation.MyBatisDao;
import com.ejweb.modules.front.report.bean.FrontReportBean;
import com.ejweb.modules.front.report.bean.ReportAttachmentBean;
import com.ejweb.modules.front.report.entity.FrontReportEntity;
......@@ -8,6 +9,7 @@ import com.ejweb.modules.front.report.entity.FrontReportEntity;
/**
* Created by lenovo on 2017/9/8.
*/
@MyBatisDao
public interface FrontReportDao extends CrudDao<FrontReportEntity> {
// 添加举报信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment