From 64a787288e4fc42bae9aa214dc5b470185e791ac Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 25 Jun 2021 15:34:20 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
---
gc-shop/src/main/java/com/xzx/gc/shop/service/JhyService.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/gc-shop/src/main/java/com/xzx/gc/shop/service/JhyService.java b/gc-shop/src/main/java/com/xzx/gc/shop/service/JhyService.java
new file mode 100644
index 0000000..9ce3f6d
--- /dev/null
+++ b/gc-shop/src/main/java/com/xzx/gc/shop/service/JhyService.java
@@ -0,0 +1,17 @@
+package com.xzx.gc.shop.service;
+
+import com.xzx.gc.shop.dto.QueryJhyOrderListDto;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
+
+import java.util.Map;
+
+@Service
+@Transactional
+@Slf4j
+public class JhyService {
+ public Map<String, Object> queryOrderList(QueryJhyOrderListDto model) {
+ return null;
+ }
+}
--
Gitblit v1.9.1