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