ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITSystemNoticeService.java
@@ -12,5 +12,6 @@ * @since 2020-06-10 */ public interface ITSystemNoticeService extends IService<TSystemNotice> { void addSystemNotice(Integer userType, String content, Integer userId) throws Exception; }