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