|
|
@@ -0,0 +1,16 @@
|
|
|
+package com.goafanti.order.service.impl;
|
|
|
+
|
|
|
+
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+import com.goafanti.common.dao.TOrderMapper;
|
|
|
+
|
|
|
+import com.goafanti.core.mybatis.BaseMybatisDao;
|
|
|
+
|
|
|
+import com.goafanti.order.service.OrderNewService;
|
|
|
+
|
|
|
+
|
|
|
+@Service
|
|
|
+public class OrderNewServiceImpl extends BaseMybatisDao<TOrderMapper> implements OrderNewService {
|
|
|
+
|
|
|
+
|
|
|
+}
|