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