|
@@ -1,15 +0,0 @@
|
|
|
-package com.xynet.marketing.service.factory.plus.impl.base;
|
|
|
-
|
|
|
-import com.xynet.marketing.service.factory.plus.PlusFactory;
|
|
|
-import com.xynet.marketing.utils.R;
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
-
|
|
|
-import java.util.Map;
|
|
|
-
|
|
|
-@Component
|
|
|
-public class PlusFactoryBase implements PlusFactory {
|
|
|
- @Override
|
|
|
- public String save(Map<String, Object> param) {
|
|
|
- return "这个是基础版本!!!";
|
|
|
- }
|
|
|
-}
|