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