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