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