|
@@ -0,0 +1,20 @@
|
|
|
+package com.rongwei.bsserver.controller;
|
|
|
+
|
|
|
+
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
+
|
|
|
+/**
|
|
|
+ * <p>
|
|
|
+ * NDT检测-项目NDT单据 前端控制器
|
|
|
+ * </p>
|
|
|
+ *
|
|
|
+ * @author dlc
|
|
|
+ * @since 2025-08-28
|
|
|
+ */
|
|
|
+@RestController
|
|
|
+@RequestMapping("/zchxNdtProjectNdtCheck")
|
|
|
+public class ZchxNdtProjectNdtCheckController {
|
|
|
+
|
|
|
+}
|
|
|
+
|