doum
12 小时以前 417e33605dda0f28366a1d6e13c41198a156e3a7
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}