MrShi
2026-02-24 4282e1cc35d85e2f84fe37b7f51fde22b374c7c9
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}