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