MrShi
昨天 825418425a91c4cf95e56c3fbaf06ea9fb5a37d8
1
2
3
4
5
6
7
package com.doumee.service.business;
 
public interface VisitService {
 
    void  visitOperation(Object o);
 
}