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