From 63d1fb0821c716063340ccd7c8cbd6c9e0056e69 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 12 四月 2024 17:26:13 +0800 Subject: [PATCH] 获取车辆编号 --- controllers/request/yield_register_request.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/controllers/request/yield_register_request.go b/controllers/request/yield_register_request.go index 5da71e9..066b152 100644 --- a/controllers/request/yield_register_request.go +++ b/controllers/request/yield_register_request.go @@ -29,6 +29,9 @@ FallingSilkBucketOne decimal.Decimal `json:"fallingSilkBucketOne"` //钀戒笣妗舵暟1 FallingSilkBucketTwo decimal.Decimal `json:"fallingSilkBucketTwo"` //钀戒笣妗舵暟2 FallingSilkBucketThree decimal.Decimal `json:"fallingSilkBucketThree"` //钀戒笣妗舵暟3 + SelectOne bool `json:"selectOne"` //钀戒笣妗舵暟1閫変腑 + SelectTwo bool `json:"selectTwo"` //钀戒笣妗舵暟2閫変腑 + SelectThree bool `json:"selectThree"` //钀戒笣妗舵暟3閫変腑 TheorySilkAmount decimal.Decimal `json:"theorySilkAmount"` //鐞嗚涓濋噺 HourYield decimal.Decimal `json:"hourYield"` //鍙版椂浜ч噺 OneBack string `json:"oneBack"` //绗竴鍥� -- Gitblit v1.8.0