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