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