|
|
@ -6,7 +6,7 @@ import io.swagger.annotations.Api;
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
@Api(description = "装车单主页面")
|
|
|
|
@Api(description = "装车单明细页面")
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesLoadingVehiclesOrderDetail")
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesLoadingVehiclesOrderDetail")
|
|
|
|
|
|
|
|
|
|
|
|