doum
2 天以前 96716535161f5818ebe7ed9dd477802cef52e9e5
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}