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