|
|
@@ -48,6 +48,16 @@ public class InboundOtherController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * @desc : 查看来源单据,总单加明细 采购入库用
|
|
|
+ * @author : 姜永辉
|
|
|
+ * @date : 2024/3/6 10:36
|
|
|
+ */
|
|
|
+ @PostMapping({"/{id}"})
|
|
|
+ public ResponseResultVO selectById(@PathVariable String id) {
|
|
|
+ return inboundService.selectById(id);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* @desc : 查询明细信息
|
|
|
* @date : 2024/3/9 15:45
|
|
|
* @author : 寇珊珊
|