mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 19:45:06 +08:00
修复 common 下的 test 引入不正确的问题,减少包依赖大小
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
package cn.iocoder.yudao.module.system.api.notify;
|
||||
|
||||
import cn.iocoder.yudao.module.system.api.notify.dto.NotifySendSingleToUserReqDTO;
|
||||
import cn.iocoder.yudao.module.system.api.notify.dto.NotifyTemplateReqDTO;
|
||||
|
||||
import javax.validation.Valid;
|
||||
|
||||
@ -28,8 +27,4 @@ public interface NotifyMessageSendApi {
|
||||
*/
|
||||
Long sendSingleMessageToMember(@Valid NotifySendSingleToUserReqDTO reqDTO);
|
||||
|
||||
|
||||
boolean validateNotifyTemplate(String orderDelivery);
|
||||
|
||||
void createNotifyTemplate(NotifyTemplateReqDTO templateReqDTO);
|
||||
}
|
||||
|
Reference in New Issue
Block a user