MrShi
昨天 cd687c57b7c99cf9543bc4ae903e71ff0ef37a84
1
2
3
4
5
6
7
package com.doumee.service.business;
 
public interface VisitService {
 
    void  visitOperation(Object o);
 
}