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