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