增加价格排序
This commit is contained in:
parent
3a84e1e8a8
commit
6fcd563fc9
|
@ -27,7 +27,7 @@ type Products struct {
|
||||||
Deleted time.Time `xorm:"'Deleted' datetime"`
|
Deleted time.Time `xorm:"'Deleted' datetime"`
|
||||||
Status string `xorm:"'status' UNSIGNED TINYINT"`
|
Status string `xorm:"'status' UNSIGNED TINYINT"`
|
||||||
Description string `xorm:"'description' varchar(500)"`
|
Description string `xorm:"'description' varchar(500)"`
|
||||||
ThirdProductId int `xorm:"'third_product_Id' int(0)"`
|
ThirdProductId string `xorm:"'third_product_Id' varchar(100)"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type MilkProductsList struct {
|
type MilkProductsList struct {
|
||||||
|
|
Loading…
Reference in New Issue