rev:删除无用引用
This commit is contained in:
@@ -1,16 +1,8 @@
|
|||||||
package org.nl.wms.storage_manage.basedata.controller.record;
|
package org.nl.wms.storage_manage.basedata.controller.record;
|
||||||
|
|
||||||
|
|
||||||
import cn.dev33.satoken.annotation.SaIgnore;
|
|
||||||
import com.alibaba.fastjson.JSONObject;
|
|
||||||
import com.sun.tools.javadoc.Main;
|
|
||||||
import io.swagger.annotations.ApiOperation;
|
|
||||||
import org.nl.common.anno.Log;
|
|
||||||
import org.nl.common.domain.query.PageQuery;
|
import org.nl.common.domain.query.PageQuery;
|
||||||
import org.nl.common.utils.MapOf;
|
|
||||||
import org.nl.modules.common.utils.FileUtil;
|
|
||||||
import org.nl.modules.tools.service.dto.LocalStorageDto;
|
|
||||||
import org.nl.wms.storage_manage.basedata.service.record.dto.StIvtStructivtflowVo;
|
|
||||||
import org.nl.wms.storage_manage.basedata.service.record.service.IStIvtStructivtflowService;
|
import org.nl.wms.storage_manage.basedata.service.record.service.IStIvtStructivtflowService;
|
||||||
import org.nl.wms.storage_manage.productmanage.service.structIvt.dto.IvtFlowQuery;
|
import org.nl.wms.storage_manage.productmanage.service.structIvt.dto.IvtFlowQuery;
|
||||||
import org.nl.wms.system_manage.service.tableData.ColumnInfoService;
|
import org.nl.wms.system_manage.service.tableData.ColumnInfoService;
|
||||||
@@ -19,11 +11,6 @@ import org.springframework.http.HttpStatus;
|
|||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.LinkedHashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
@@ -39,8 +26,7 @@ public class StIvtStructivtflowBcpController {
|
|||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IStIvtStructivtflowService iStIvtStructivtflowService;
|
private IStIvtStructivtflowService iStIvtStructivtflowService;
|
||||||
@Autowired
|
|
||||||
private ColumnInfoService columnInfoService;
|
|
||||||
|
|
||||||
@GetMapping
|
@GetMapping
|
||||||
public ResponseEntity<Object> query(IvtFlowQuery query, PageQuery page) {
|
public ResponseEntity<Object> query(IvtFlowQuery query, PageQuery page) {
|
||||||
|
|||||||
Reference in New Issue
Block a user