fix
zhangqian
2024-06-17 a37ef3cfb6dd1b07c519ab9d8069f342887e8850
fix
1个文件已修改
2 ■■■ 已修改文件
models/location_product_amount.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
models/location_product_amount.go
@@ -47,7 +47,7 @@
        ProductId               string                     `json:"productId" gorm:"column:product_id"`
        ProductName             string                     `json:"productName" gorm:"column:product_name"`
        Amount                  decimal.Decimal            `json:"amount" gorm:"column:amount"`
        AmountMoreUnits         []UnitItems                `json:"amountMoreUnits"` //在库数量多单位
        AmountMoreUnits         []UnitItems                `json:"amountMoreUnits" gorm:"-"` //在库数量多单位
        Unit                    string                     `json:"unit" gorm:"column:unit"`
        CreateDate              string                     `json:"createDate" gorm:"column:create_date"`
        AdjustAmount            decimal.Decimal            `json:"adjustAmount" gorm:"column:adjust_amount"` //差值