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