类分层结构
- java.lang.Object
- com.github.sparkzxl.database.base.controller.SuperSimpleController<S,Entity> (implements com.github.sparkzxl.database.base.controller.BaseController<Entity>)
- com.github.sparkzxl.database.base.controller.SuperController<S,Id,Entity,SaveDTO,UpdateDTO,QueryDTO,ExcelEntity> (implements com.github.sparkzxl.database.base.controller.CurdController<Entity,Id,SaveDTO,UpdateDTO,QueryDTO,ExcelEntity>)
- com.github.sparkzxl.database.base.controller.SuperCacheController<S,Id,Entity,SaveDTO,UpdateDTO,QueryDTO,ExcelEntity>
接口分层结构
- com.github.sparkzxl.database.base.controller.BaseController<Entity>
- com.github.sparkzxl.database.base.controller.CurdController<Entity,Id,SaveDTO,UpdateDTO,QueryDTO,ExcelEntity>
Copyright © 2021. All rights reserved.