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