aa
This commit is contained in:
@@ -804,12 +804,12 @@ func (*Brand) TableUnique() [][]string {
|
|||||||
type BrandBill struct {
|
type BrandBill struct {
|
||||||
ModelIDCUL
|
ModelIDCUL
|
||||||
|
|
||||||
BrandID int `orm:"brand_id" json:"brandID"` //品牌ID
|
BrandID int `orm:"column(brand_id)" json:"brandID"` //品牌ID
|
||||||
Price int `json:"price"` //金额
|
Price int `json:"price"` //金额
|
||||||
BillType int `json:"billType"` //收入/支出
|
BillType int `json:"billType"` //收入/支出
|
||||||
FeeType int `json:"feeType"` //费用类型
|
FeeType int `json:"feeType"` //费用类型
|
||||||
VendorOrderID string `orm:"vendor_order_id" json:"vendorOrderID"` //产生费用的订单号
|
VendorOrderID string `orm:"column(vendor_order_id)" json:"vendorOrderID"` //产生费用的订单号
|
||||||
OrderID string `orm:"order_id" json:"orderID"` //关联orderPay表的订单号
|
OrderID string `orm:"column(order_id)" json:"orderID"` //关联orderPay表的订单号
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*BrandBill) TableUnique() [][]string {
|
func (*BrandBill) TableUnique() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user