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