feat: add producer account management
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package common
|
||||
package common
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@@ -408,6 +408,7 @@ var relationIdentityModels = map[string]any{
|
||||
"user_account_id": &models.UserAccount{},
|
||||
"staff_account_id": &models.StaffAccount{},
|
||||
"product_type_id": &models.ProductType{},
|
||||
"producer_account_id": &models.ProducerAccount{},
|
||||
"product_info_id": &models.ProductInfo{},
|
||||
"warehouse_id": &models.ProductWarehouse{},
|
||||
"ec_category_id": &models.EcCategory{},
|
||||
@@ -419,7 +420,7 @@ var relationIdentityModels = map[string]any{
|
||||
"gasorder_track_id": &models.GasorderTrack{},
|
||||
"platform_role_id": &models.PlatformRole{},
|
||||
"wallet_basic_id": &models.WalletBasic{},
|
||||
"payment_order_id": &models.PaymentOrder{},
|
||||
"payment_order_id": &models.PaymentOrder{},
|
||||
"wallet_bank_id": &models.WalletBank{},
|
||||
"related_record_id": &models.WalletRecord{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user