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