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