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