From ceeb6be3ca049ce1301b49a1f695da2c4151e3de Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 12 四月 2024 16:11:15 +0800 Subject: [PATCH] 添加落丝桶数选中字段 --- models/yield_register.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/models/yield_register.go b/models/yield_register.go index 8111b1e..8508d60 100644 --- a/models/yield_register.go +++ b/models/yield_register.go @@ -30,6 +30,9 @@ FallingSilkBucketOne decimal.Decimal `json:"fallingSilkBucketOne" gorm:"type:decimal(12,2);comment:钀戒笣妗舵暟1"` FallingSilkBucketTwo decimal.Decimal `json:"fallingSilkBucketTwo" gorm:"type:decimal(12,2);comment:钀戒笣妗舵暟2"` FallingSilkBucketThree decimal.Decimal `json:"fallingSilkBucketThree" gorm:"type:decimal(12,2);comment:钀戒笣妗舵暟3"` + SelectOne bool `json:"selectOne" gorm:"type:int(1);comment:钀戒笣妗舵暟1閫変腑"` + SelectTwo bool `json:"selectTwo" gorm:"type:int(1);comment:钀戒笣妗舵暟2閫変腑"` + SelectThree bool `json:"selectThree" gorm:"type:int(1);comment:钀戒笣妗舵暟3閫変腑"` TheorySilkAmount decimal.Decimal `json:"theorySilkAmount" gorm:"type:decimal(12,2);comment:鐞嗚涓濋噺"` HourYield decimal.Decimal `json:"hourYield" gorm:"type:decimal(12,2);comment:鍙版椂浜ч噺"` OneBack string `json:"oneBack" gorm:"type:varchar(255);comment:绗竴鍥�"` -- Gitblit v1.8.0