Commit 3b7ea87b by mushishixian

修复浮点型报错

parent 2d137d12
...@@ -36,7 +36,7 @@ type InStoreMessage struct { ...@@ -36,7 +36,7 @@ type InStoreMessage struct {
} }
type InStoreFEntrys struct { type InStoreFEntrys struct {
FQty int FQty float64
FIsRecordLotAndDC bool FIsRecordLotAndDC bool
FOriginCountry string FOriginCountry string
FIsPrint bool FIsPrint bool
......
...@@ -37,7 +37,7 @@ type OutStoreMessage struct { ...@@ -37,7 +37,7 @@ type OutStoreMessage struct {
} }
type OutStoreFEntrys struct { type OutStoreFEntrys struct {
FQty int FQty float64
FMaterialID string FMaterialID string
FBrand string FBrand string
FPrice float64 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