|
@@ -8,9 +8,7 @@ import com.abi.qms.platform.dto.req.ListBoxCodeFormatReq;
|
|
import com.abi.qms.platform.dto.req.SaveBoxCodeFormatReq;
|
|
import com.abi.qms.platform.dto.req.SaveBoxCodeFormatReq;
|
|
import com.abi.qms.platform.dto.res.BoxCodeFormatDetailRes;
|
|
import com.abi.qms.platform.dto.res.BoxCodeFormatDetailRes;
|
|
import com.abi.qms.platform.dto.res.ListBoxCodeFormatRes;
|
|
import com.abi.qms.platform.dto.res.ListBoxCodeFormatRes;
|
|
-import com.abi.qms.platform.dto.res.ListPackageFactorySelectRes;
|
|
|
|
import com.abi.qms.platform.service.BoxCodeFormatService;
|
|
import com.abi.qms.platform.service.BoxCodeFormatService;
|
|
-import com.abi.qms.platform.service.FactoryService;
|
|
|
|
import com.abi.task.common.api.base.BaseResponse;
|
|
import com.abi.task.common.api.base.BaseResponse;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
@@ -38,8 +36,6 @@ public class BoxCodeFormatController {
|
|
@Autowired
|
|
@Autowired
|
|
private BoxCodeFormatService boxCodeFormatService;
|
|
private BoxCodeFormatService boxCodeFormatService;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private FactoryService factoryService;
|
|
|
|
|
|
|
|
@ApiOperation("箱码幅面新增/修改")
|
|
@ApiOperation("箱码幅面新增/修改")
|
|
@PostMapping("saveBoxCodeFormat")
|
|
@PostMapping("saveBoxCodeFormat")
|
|
@@ -95,13 +91,4 @@ public class BoxCodeFormatController {
|
|
return BaseResponse.create();
|
|
return BaseResponse.create();
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation("包材厂下拉框")
|
|
|
|
- @GetMapping("listPackageFactorySelect")
|
|
|
|
- public BaseResponse<ListPackageFactorySelectRes> listPackageFactorySelect() {
|
|
|
|
- //包材厂下拉框
|
|
|
|
- ListPackageFactorySelectRes result = factoryService.listPackageFactorySelect();
|
|
|
|
- //包装出参
|
|
|
|
- return BaseResponse.create(result);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
}
|
|
}
|