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