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