Commit ec2277db by Java-李昕颖

接口dao没加

parent b9dbfdf0
package com.ejweb.modules.front.report.dao; package com.ejweb.modules.front.report.dao;
import com.ejweb.core.persistence.CrudDao; 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.FrontReportBean;
import com.ejweb.modules.front.report.bean.ReportAttachmentBean; import com.ejweb.modules.front.report.bean.ReportAttachmentBean;
import com.ejweb.modules.front.report.entity.FrontReportEntity; import com.ejweb.modules.front.report.entity.FrontReportEntity;
...@@ -8,6 +9,7 @@ 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. * Created by lenovo on 2017/9/8.
*/ */
@MyBatisDao
public interface FrontReportDao extends CrudDao<FrontReportEntity> { 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