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