com.fhs.fileService.ueditor.define.State Maven / Gradle / Ivy
The newest version!
package com.fhs.fileService.ueditor.define;
/**
* 处理状态接口
* @author [email protected]
*
*/
public interface State {
public boolean isSuccess();
public void putInfo(String name, String val);
public void putInfo(String name, long val);
public String toJSONString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy