mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
18 lines
339 B
Groovy
18 lines
339 B
Groovy
|
|
package scripts.dict
|
|
|
|
import cn.lihongjie.coal.base.dto.CommonQuery
|
|
import cn.lihongjie.coal.excelGenerator.controller.ExcelGeneratorController
|
|
import org.springframework.context.ApplicationContext
|
|
|
|
ApplicationContext ioc = ioc
|
|
|
|
def controller = ioc.getBean(ExcelGeneratorController.class)
|
|
|
|
|
|
|
|
|
|
return controller.list(new CommonQuery())
|
|
|
|
|