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