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