Commit 3b7ea87b by mushishixian

修复浮点型报错

parent 2d137d12
......@@ -36,7 +36,7 @@ type InStoreMessage struct {
}
type InStoreFEntrys struct {
FQty int
FQty float64
FIsRecordLotAndDC bool
FOriginCountry string
FIsPrint bool
......
......@@ -37,7 +37,7 @@ type OutStoreMessage struct {
}
type OutStoreFEntrys struct {
FQty int
FQty float64
FMaterialID string
FBrand string
FPrice float64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment