doum
昨天 afe6eccc18dfb237150bb9f20b65b6ea699ce47e
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}