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