rk
14 小时以前 511ce651667f5b2284247cc60599078b86f7963f
1
2
3
4
5
6
7
package com.doumee.service.business;
 
public interface VisitService {
 
    void  visitOperation(Object o);
 
}