package com.easystor.fileop; /** * * @author sh * */ public interface FileOprate { /** * ִ��ʵ�ʲ����ӿ� * @return */ public String execute(); }