MrShi
2 天以前 29c41b9456bf5db4fdf23e1e6beddf9d4620e55c
1
2
3
4
5
6
package com.doumee.service.business;
 
public interface NoticeEventService {
 
    void creatNotice(Object o);
}