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