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