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