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