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