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