|
@@ -0,0 +1,17 @@
|
|
|
+package com.rongwei.bscommon.sys.service.impl;
|
|
|
+
|
|
|
+import com.rongwei.bscommon.sys.service.ApsDispatchService;
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+
|
|
|
+@Service
|
|
|
+public class ApsDispatchServiceImpl implements ApsDispatchService {
|
|
|
+
|
|
|
+ @Autowired
|
|
|
+ private ApsProcessOperationProcessEquServiceImpl processOperationProcessEquService;
|
|
|
+
|
|
|
+ public void apsDispatch(){
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+}
|