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