|
|
@ -2,6 +2,7 @@ package au.com.royalpay.payment.manage.mappers.notice;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.yixsoft.support.mybatis.autosql.annotations.AdvanceSelect;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
@ -20,6 +21,7 @@ public interface NoticeManageMapper {
|
|
|
|
@AutoSql(SqlType.SELECT)
|
|
|
|
@AutoSql(SqlType.SELECT)
|
|
|
|
PageList<JSONObject> listPageNotices(JSONObject params, PageBounds pagination);
|
|
|
|
PageList<JSONObject> listPageNotices(JSONObject params, PageBounds pagination);
|
|
|
|
@AutoSql(SqlType.SELECT)
|
|
|
|
@AutoSql(SqlType.SELECT)
|
|
|
|
|
|
|
|
@AdvanceSelect(excludeColumns = {"desc"})
|
|
|
|
JSONObject getNoticeDetailById(String noticeId);
|
|
|
|
JSONObject getNoticeDetailById(String noticeId);
|
|
|
|
@AutoSql(SqlType.INSERT)
|
|
|
|
@AutoSql(SqlType.INSERT)
|
|
|
|
void createNotice(JSONObject notice);
|
|
|
|
void createNotice(JSONObject notice);
|
|
|
|