瀏覽代碼

测试修改

anderx 7 年之前
父節點
當前提交
6c3158c8a3
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

+ 16 - 0
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

@@ -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 {
+	
+	
+}