From dae660c3b5b6a9b7b32f40e88a576b81a1054561 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 12 四月 2024 17:55:29 +0800
Subject: [PATCH] 字段修改

---
 controllers/request/yield_register_request.go |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/controllers/request/yield_register_request.go b/controllers/request/yield_register_request.go
index 066b152..6331b25 100644
--- a/controllers/request/yield_register_request.go
+++ b/controllers/request/yield_register_request.go
@@ -13,7 +13,7 @@
 	Number                  string                    `json:"number"`                  //缂栧彿
 	CreateTime              string                    `json:"createTime"`              //鍒涘缓鏃堕棿
 	MarketId                uint                      `json:"marketId"`                //搴勫彛id
-	WorkshopId              uint                      `json:"workshopId"`              //杞﹂棿id
+	WorkshopNumber          string                    `json:"workshopNumber"`          //杞﹂棿缂栫爜
 	GroupNumber             int                       `json:"groupNumber"`             //缁勫埆
 	Spec                    string                    `json:"spec"`                    //瑙勬牸
 	JieZhuang               string                    `json:"jieZhuang"`               //鏄惁缁撳簞
@@ -67,9 +67,9 @@
 }
 
 type ChangeYieldRegister struct {
-	CreateTime  string `json:"createTime"`  //鍒涘缓鏃堕棿
-	MarketId    uint   `json:"marketId"`    //搴勫彛id
-	WorkshopId  uint   `json:"workshopId"`  //杞﹂棿id
-	GroupNumber int    `json:"groupNumber"` //缁勫埆
-	Spec        string `json:"spec"`        //瑙勬牸
+	CreateTime     string `json:"createTime"`     //鍒涘缓鏃堕棿
+	MarketId       uint   `json:"marketId"`       //搴勫彛id
+	WorkshopNumber string `json:"workshopNumber"` //杞﹂棿缂栫爜
+	GroupNumber    int    `json:"groupNumber"`    //缁勫埆
+	Spec           string `json:"spec"`           //瑙勬牸
 }

--
Gitblit v1.8.0