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