- comment modified for elm order price info.

This commit is contained in:
gazebo
2018-07-30 14:48:16 +08:00
parent f4237b1541
commit 0464042d49
2 changed files with 4 additions and 4 deletions

View File

@@ -17,9 +17,9 @@ type GoodsOrder struct {
StoreName string `orm:"size(64)"`
SubStoreID int `orm:"column(sub_store_id)"`
SubStoreName string `orm:"size(64)"`
ShopPrice int64 // 单位为分
SalePrice int64 // 单位为分
ActualPayPrice int64 // 单位为分
ShopPrice int64 // 单位为分 门店标价
SalePrice int64 // 单位为分 售卖价
ActualPayPrice int64 // 单位为分 顾客实际支付
Weight int // 单位为克
ConsigneeName string `orm:"size(32)"`
ConsigneeMobile string `orm:"size(32)"`