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