|
@@ -1,4 +1,10 @@
|
|
|
package org.dromara.dataManagement.service.impl;
|
|
|
|
|
|
-public class WorkShopServiceImpl {
|
|
|
+import lombok.RequiredArgsConstructor;
|
|
|
+import org.dromara.dataManagement.service.WorkShopService;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+
|
|
|
+@Service
|
|
|
+@RequiredArgsConstructor
|
|
|
+public class WorkShopServiceImpl implements WorkShopService {
|
|
|
}
|