doum
2026-02-26 0a206f3acb9af0ec9db650861d34a256cda1c960
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}