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