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