|
@@ -20,6 +20,7 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.jeecg.common.system.base.controller.JeecgController;
|
|
import org.jeecg.common.system.base.controller.JeecgController;
|
|
|
|
+import org.jeecg.modules.documents.orderData.service.ISyOrderDataService;
|
|
import org.jeecgframework.poi.excel.ExcelImportUtil;
|
|
import org.jeecgframework.poi.excel.ExcelImportUtil;
|
|
import org.jeecgframework.poi.excel.def.NormalExcelConstants;
|
|
import org.jeecgframework.poi.excel.def.NormalExcelConstants;
|
|
import org.jeecgframework.poi.excel.entity.ExportParams;
|
|
import org.jeecgframework.poi.excel.entity.ExportParams;
|
|
@@ -48,6 +49,8 @@ import io.swagger.annotations.ApiOperation;
|
|
public class SyOrderDataItemController extends JeecgController<SyOrderDataItem, ISyOrderDataItemService> {
|
|
public class SyOrderDataItemController extends JeecgController<SyOrderDataItem, ISyOrderDataItemService> {
|
|
@Autowired
|
|
@Autowired
|
|
private ISyOrderDataItemService syOrderDataItemService;
|
|
private ISyOrderDataItemService syOrderDataItemService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private ISyOrderDataService syOrderDataService;//用于查询详细数据时查子表id关联数据
|
|
|
|
|
|
/**
|
|
/**
|
|
* 分页列表查询
|
|
* 分页列表查询
|