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