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