姜永辉 1 year ago
parent
commit
2dbbe46ecd

+ 10 - 0
src/main/java/com/dk/mdm/controller/ivt/outBound/OutboundOtherController.java

@@ -51,6 +51,16 @@ public class OutboundOtherController {
     }
     }
 
 
     /**
     /**
+     * @desc : 查询出库明细(货物、附件)
+     * @author : 付斌
+     * @date : 2024/3/6 10:36
+     */
+    @PostMapping({"/{id}"})
+    public ResponseResultVO selectById(@PathVariable String id) {
+        return outboundService.selectById(id);
+    }
+
+    /**
      * @desc   : 查询明细信息
      * @desc   : 查询明细信息
      * @date   : 2024/3/9 15:45
      * @date   : 2024/3/9 15:45
      * @author : 寇珊珊
      * @author : 寇珊珊