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