Pu Zhibing
7 天以前 4c99ee7028c3fe58a2cd4b8273b22c75c45574fc
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITSystemNoticeService.java
@@ -1,7 +1,7 @@
package com.stylefeng.guns.modular.system.service;
import com.stylefeng.guns.modular.system.model.TSystemNotice;
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.TSystemNotice;
/**
 * <p>
@@ -12,6 +12,6 @@
 * @since 2020-06-10
 */
public interface ITSystemNoticeService extends IService<TSystemNotice> {
    void addSystemNotice(Integer userType, String content, Integer userId) throws Exception;
    void addSystemNotice(Integer userType, String content, Integer userId) ;
}