From 92f1d85ddc449ce7452f9d52f8b081e6b69c720b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 27 一月 2021 15:29:08 +0800 Subject: [PATCH] update .gitignore --- fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserSystemMsgService.java | 160 ++++++++++++++++++++++++++-------------------------- 1 files changed, 80 insertions(+), 80 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserSystemMsgService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserSystemMsgService.java index 2022059..4e4b06c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserSystemMsgService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserSystemMsgService.java @@ -1,80 +1,80 @@ -package com.yeshi.fanli.service.inter.msg; - -import java.util.List; - -import com.yeshi.fanli.entity.bus.msg.UserSystemMsg; -import com.yeshi.fanli.entity.bus.msg.UserSystemMsgTypeEnum; -import com.yeshi.fanli.entity.system.SystemZnx; -import com.yeshi.fanli.exception.msg.UserSystemMsgException; - -/** - * 鐢ㄦ埛绯荤粺娑堟伅 - * - * @author Administrator - * - */ -public interface UserSystemMsgService { - /** - * 娣诲姞绯荤粺娑堟伅 - * - * @param uid - * @param title - * @param content - * @param timeLevel - * -鏄惁绱ф�� - * @param sz - * -绔欏唴淇″搴旇〃 - */ - public void addUserSystemMsg(Long uid, UserSystemMsgTypeEnum type, String title, String content, int timeTag, - SystemZnx sz) throws UserSystemMsgException; - - /** - * 鍚屾绯荤粺绔欏唴淇� - * - * @param uid - */ - public void syncSystemZNX(Long uid); - - /** - * 鑾峰彇鏈�杩戜竴娆$殑绯荤粺娑堟伅 - * - * @param uid - * @return - */ - public UserSystemMsg getLatestUserSystemMsg(Long uid); - - /** - * 鐢ㄦ埛绯荤粺娑堟伅鍒楄〃 - * - * @param uid - * @param page - * @param pageSize - * @return - */ - public List<UserSystemMsg> listUserSystemMsg(Long uid, int page, int pageSize); - - /** - * 鐢ㄦ埛绯荤粺娑堟伅鏁� - * - * @param uid - * @return - */ - public long countUserSystemMsg(Long uid); - - /** - * 璁剧疆绯荤粺娑堟伅瑙e喅浜� - * - * @param uid - * @param id - * @throws UserSystemMsgException - */ - public void setSystemMsgSolved(Long uid, Long id) throws UserSystemMsgException; - - /** - * 璁剧疆鎵�鏈夋秷鎭凡璇� - * - * @param uid - */ - public void readMsgByUid(Long uid); - -} +package com.yeshi.fanli.service.inter.msg; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.msg.UserSystemMsg; +import com.yeshi.fanli.entity.bus.msg.UserSystemMsgTypeEnum; +import com.yeshi.fanli.entity.system.SystemZnx; +import com.yeshi.fanli.exception.msg.UserSystemMsgException; + +/** + * 鐢ㄦ埛绯荤粺娑堟伅 + * + * @author Administrator + * + */ +public interface UserSystemMsgService { + /** + * 娣诲姞绯荤粺娑堟伅 + * + * @param uid + * @param title + * @param content + * @param timeLevel + * -鏄惁绱ф�� + * @param sz + * -绔欏唴淇″搴旇〃 + */ + public void addUserSystemMsg(Long uid, UserSystemMsgTypeEnum type, String title, String content, int timeTag, + SystemZnx sz) throws UserSystemMsgException; + + /** + * 鍚屾绯荤粺绔欏唴淇� + * + * @param uid + */ + public void syncSystemZNX(Long uid); + + /** + * 鑾峰彇鏈�杩戜竴娆$殑绯荤粺娑堟伅 + * + * @param uid + * @return + */ + public UserSystemMsg getLatestUserSystemMsg(Long uid); + + /** + * 鐢ㄦ埛绯荤粺娑堟伅鍒楄〃 + * + * @param uid + * @param page + * @param pageSize + * @return + */ + public List<UserSystemMsg> listUserSystemMsg(Long uid, int page, int pageSize); + + /** + * 鐢ㄦ埛绯荤粺娑堟伅鏁� + * + * @param uid + * @return + */ + public long countUserSystemMsg(Long uid); + + /** + * 璁剧疆绯荤粺娑堟伅瑙e喅浜� + * + * @param uid + * @param id + * @throws UserSystemMsgException + */ + public void setSystemMsgSolved(Long uid, Long id) throws UserSystemMsgException; + + /** + * 璁剧疆鎵�鏈夋秷鎭凡璇� + * + * @param uid + */ + public void readMsgByUid(Long uid); + +} -- Gitblit v1.8.0