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