From 1ba32f7b79af42830a2a1f2c488675e8bd25f150 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 01 九月 2023 17:42:10 +0800
Subject: [PATCH] 获取工艺参数优先从本地数据库获取,没有再尝试从云端获取

---
 model/request/common.go |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/model/request/common.go b/model/request/common.go
index 492de9d..952d6c6 100644
--- a/model/request/common.go
+++ b/model/request/common.go
@@ -8,7 +8,3 @@
 type GetById struct {
 	ID uint `json:"id"` // 涓婚敭ID
 }
-
-type GetByUserId struct {
-	UserId string `json:"userId"` // 鐢ㄦ埛ID
-}

--
Gitblit v1.8.0