From b21ca070526ec10fbea98e29135751776dc31059 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期四, 30 四月 2026 10:09:47 +0800
Subject: [PATCH] 增加一种入库单类型
---
rsf-server/src/main/java/com/vincent/rsf/server/api/controller/CusItemSyncViewTestController.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/api/controller/CusItemSyncViewTestController.java b/rsf-server/src/main/java/com/vincent/rsf/server/api/controller/CusItemSyncViewTestController.java
index c00b1ad..cfccb0d 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/api/controller/CusItemSyncViewTestController.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/api/controller/CusItemSyncViewTestController.java
@@ -18,15 +18,15 @@
import java.util.stream.Collectors;
/**
- * cus_item_sync_view 鏌ヨ楠岃瘉锛�/test/** 鍏嶇櫥褰曪級
+ * 榧庢嵎 鏌ヨ楠岃瘉锛�/test/** 鍏嶇櫥褰曪級
*/
@RestController
@RequestMapping("/test/cusItemSyncView")
-@Api(tags = "cus_item_sync_view 娴嬭瘯")
+@Api(tags = "榧庢嵎 娴嬭瘯")
public class CusItemSyncViewTestController {
@Autowired
- private CusItemSyncViewQueryService cusItemSyncViewQueryService;
+ private CusItemSyncViewQueryService cusItemSyncViewQueryService;
@GetMapping("/probe")
@ApiOperation("鍙栬鍥惧墠鍑犳潯鏍蜂緥锛岄獙璇佸壇搴�/涓诲簱杩為��")
--
Gitblit v1.9.1