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