MrShi
23 小时以前 cc61f4a42e135360133f7715376e029b5904f001
1
2
3
4
5
6
7
package com.doumee.service.business;
 
public interface VisitService {
 
    void  visitOperation(Object o);
 
}