增加价格排序

This commit is contained in:
qiyunfanbo126.com 2024-08-05 15:45:30 +08:00
parent 3a84e1e8a8
commit 6fcd563fc9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Products struct {
Deleted time.Time `xorm:"'Deleted' datetime"`
Status string `xorm:"'status' UNSIGNED TINYINT"`
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 {