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