|
|
@@ -0,0 +1,13 @@
|
|
|
+package com.uas.platform.b2c.fa.payment.service.impl;
|
|
|
+
|
|
|
+import com.uas.platform.b2c.fa.payment.service.InstallmentService;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Created by wangyc on 2017/9/7.
|
|
|
+ *
|
|
|
+ * @version 2017/9/7 9:07 wangyc
|
|
|
+ */
|
|
|
+@Service
|
|
|
+public class InstallmentServiceImpl implements InstallmentService{
|
|
|
+}
|