|
|
@ -14,7 +14,7 @@ import cn.estsh.impp.framework.boot.util.ResultBean;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
|
@ -28,7 +28,7 @@ public class MesLoadingListDetailController extends BaseMesController<MesLoading
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private IMesLoadingListDetailService detailService;
|
|
|
|
private IMesLoadingListDetailService detailService;
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping(value = "/query-detail")
|
|
|
|
@GetMapping(value = "/query-detail")
|
|
|
|
@ApiOperation(value = "查询装车单明细")
|
|
|
|
@ApiOperation(value = "查询装车单明细")
|
|
|
|
public ResultBean getLoadingListDetail(MesLoadingListDetail detail, Pager pager) {
|
|
|
|
public ResultBean getLoadingListDetail(MesLoadingListDetail detail, Pager pager) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|