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