liujiandao
2024-04-16 1115ba492bd6afe4b9ae07284accbaa3ad4e1596
models/location_product_amount.go
@@ -54,6 +54,7 @@
      OperationId             int                        `json:"operationId" gorm:"column:operation_id"`
      Status                  constvar.OperationStatus   `json:"status" gorm:"status"`
      BaseOperationType       constvar.BaseOperationType `json:"baseOperationType" gorm:"base_operation_type"`
      Weight                  decimal.Decimal            `gorm:"type:decimal(20,3);comment:重量" json:"weight"` //重量
   }
)