- 准备处理平台价格字段
This commit is contained in:
@@ -120,6 +120,18 @@ func GetSyncStatusDBField(prefix string) string {
|
||||
return ConvertDBFieldPrefix(prefix) + "_sync_status"
|
||||
}
|
||||
|
||||
func GetVendorPriceStructField(prefix string) string {
|
||||
return ConvertStructFieldPrefix(prefix) + "Price"
|
||||
}
|
||||
|
||||
func GetVendorPriceJsonField(prefix string) string {
|
||||
return ConvertJsonFieldPrefix(prefix) + "Price"
|
||||
}
|
||||
|
||||
func GetVendorPriceDBField(prefix string) string {
|
||||
return ConvertDBFieldPrefix(prefix) + "_price"
|
||||
}
|
||||
|
||||
func GetCategoryIDStructField(prefix string) string {
|
||||
return ConvertStructFieldPrefix(prefix) + "CategoryID"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user