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