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