过磅单

localizer
lzq 2025-09-16 18:28:47 +08:00
parent 1bcfe19068
commit 4fea7a5217
1 changed files with 5 additions and 0 deletions

View File

@ -173,6 +173,11 @@ public class OrderInfoController {
return R.success();
}
/**
*
*
* @param orderId Id
*/
@GetMapping("/obtain_weigh_bill")
public R<?> obtainWeighBill(@RequestParam("orderId") Long orderId) {
ObtainWeighBillResult obtainWeighBill = orderInfoService.obtainWeighBill(orderId);