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