com.baidu.ueditor.Context Maven / Gradle / Ivy
package com.baidu.ueditor;
import org.hswebframework.web.service.file.FileInfoService;
import org.hswebframework.web.service.file.FileService;
public class Context {
public static FileService FILE_SERVICE;
public static FileInfoService RESOURCES_SERVICE;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy