doum
18 小时以前 94e23fd6ad010b560fe4cc566db38082d7619696
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}