From 860881901f09b48939b13c16a99c4324e122704b Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 01 十二月 2023 16:22:12 +0800 Subject: [PATCH] 出库确认bug修改 --- models/operation.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/models/operation.go b/models/operation.go index 1996968..c866d0f 100644 --- a/models/operation.go +++ b/models/operation.go @@ -33,6 +33,7 @@ WaybillNumber string `json:"waybillNumber" gorm:"type:varchar(255);comment:杩愬崟鍙�"` //杩愬崟鍙� Weight decimal.Decimal `gorm:"type:decimal(20,2);comment:閲嶉噺" json:"weight"` //閲嶉噺 LogisticWeight decimal.Decimal `gorm:"type:decimal(20,2);comment:鐗╂祦閲嶉噺" json:"logisticWeight"` //鐗╂祦閲嶉噺 + Source string `json:"source" gorm:"type:varchar(255);comment:鏉ユ簮绯荤粺,鐢ㄤ簬杩斿洖淇敼鐘舵��"` Details []*OperationDetails `json:"details" gorm:"foreignKey:OperationID;references:Id"` BaseOperationType constvar.BaseOperationType `json:"baseOperationType" gorm:"type:tinyint;not null;comment:鍩虹浣滀笟绫诲瀷"` //鍩虹浣滀笟绫诲瀷 @@ -53,6 +54,7 @@ Preload bool Disuse bool Ids []int + Numbers []string } ) -- Gitblit v1.8.0