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