|
@@ -0,0 +1,20 @@
|
|
|
+package com.dragoninfo.dcuc.authweb.restcontroller.sub;
|
|
|
+
|
|
|
+import com.dragoninfo.dcuc.app.facade.sub.IAppColumnRelationFacaed;
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @author mazq
|
|
|
+ * @date 2022/10/5
|
|
|
+ */
|
|
|
+@RestController
|
|
|
+public class ColumnRelationController {
|
|
|
+
|
|
|
+ @Autowired
|
|
|
+ private IAppColumnRelationFacaed appColumnRelationFacaed;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+}
|