- UpdateStoresSkusSale
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package legacymodel
|
||||
|
||||
import "git.rosy.net.cn/jx-callback/globals"
|
||||
|
||||
type Elemeorder2 struct {
|
||||
type Elemeorder struct {
|
||||
Id int `orm:"column(id);auto"`
|
||||
Orderid string `orm:"column(orderid);size(50);null;unique"`
|
||||
Data string `orm:"column(data);null"`
|
||||
@@ -12,6 +10,6 @@ type Elemeorder2 struct {
|
||||
OrderCreatedAt string `orm:"column(order_created_at);size(50);index"`
|
||||
}
|
||||
|
||||
func (t *Elemeorder2) TableName() string {
|
||||
return globals.ElemeorderTableName
|
||||
func (t *Elemeorder) TableName() string {
|
||||
return "elemeorder"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user