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