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