MrShi
昨天 56d7ebbc6297c306ec7197f29737a59703ca4bda
1
2
3
4
5
6
7
package com.doumee.service.business;
 
public interface VisitService {
 
    void  visitOperation(Object o);
 
}