类分层结构
- java.lang.Object
- top.daxian1218.dust.edp.services.BaseService
- top.daxian1218.dust.edp.services.storage.StorageService
- top.daxian1218.dust.edp.services.storage.FileInfo
- top.daxian1218.dust.edp.services.storage.FormData
- top.daxian1218.dust.edp.services.storage.LocalFileRepository (implements top.daxian1218.dust.edp.services.storage.IFileRepository)
- top.daxian1218.dust.edp.services.storage.MongoFileRepository (implements top.daxian1218.dust.edp.services.storage.IFileRepository)
- top.daxian1218.dust.edp.services.storage.StorageOptions
- top.daxian1218.dust.edp.services.storage.StorageOptions.Local
- top.daxian1218.dust.edp.services.storage.StorageOptions.Mongo
- top.daxian1218.dust.edp.services.BaseService
接口分层结构
- top.daxian1218.dust.edp.services.storage.IFileRepository
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- top.daxian1218.dust.edp.services.storage.StorageLocation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)