diff --git a/jeecg-module-officialWebsit/src/main/java/org/jeecg/modules/demo/officialWebsite/owClassification/controller/TestController.java b/jeecg-module-officialWebsit/src/main/java/org/jeecg/modules/demo/officialWebsite/owClassification/controller/TestController.java new file mode 100644 index 0000000..74afc6a --- /dev/null +++ b/jeecg-module-officialWebsit/src/main/java/org/jeecg/modules/demo/officialWebsite/owClassification/controller/TestController.java @@ -0,0 +1,4 @@ +package org.jeecg.modules.demo.officialWebsite.owClassification.controller; + +public class TestController { +}