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