|
|
@@ -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 : 查询明细信息
|
|
|
* @date : 2024/3/9 15:45
|
|
|
* @author : 寇珊珊
|