Commit 07f52756 authored by Steven杜宇's avatar Steven杜宇

// AI

parent a7cf0f45
...@@ -267,8 +267,8 @@ class YHAIListItemModel: SmartCodable { ...@@ -267,8 +267,8 @@ class YHAIListItemModel: SmartCodable {
// customerVoice -> APP客户心声 productList -> APP-首页银河甄选 // customerVoice -> APP客户心声 productList -> APP-首页银河甄选
var redirectPath: String = "" var redirectPath: String = ""
var tags: [YHProductTag] = [] var tags: [YHProductTag] = []
var originalPrice: Int = 0 var originalPrice: String = ""
var discountPrice: Int = 0 var discountPrice: String = ""
required init() { required init() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment