|
@@ -180,6 +180,7 @@ class Product < ActiveRecord::Base
|
|
|
field :show_flag
|
|
field :show_flag
|
|
|
field :live
|
|
field :live
|
|
|
field :sale_nums
|
|
field :sale_nums
|
|
|
|
|
+ field :single_purch_limit
|
|
|
field :created_at
|
|
field :created_at
|
|
|
field :updated_at
|
|
field :updated_at
|
|
|
end
|
|
end
|
|
@@ -240,6 +241,7 @@ class Product < ActiveRecord::Base
|
|
|
field :relate_product_id
|
|
field :relate_product_id
|
|
|
field :show_flag
|
|
field :show_flag
|
|
|
field :live
|
|
field :live
|
|
|
|
|
+ field :single_purch_limit
|
|
|
field :created_at
|
|
field :created_at
|
|
|
field :updated_at
|
|
field :updated_at
|
|
|
end
|
|
end
|
|
@@ -296,6 +298,7 @@ class Product < ActiveRecord::Base
|
|
|
field :relate_product_id
|
|
field :relate_product_id
|
|
|
field :show_flag
|
|
field :show_flag
|
|
|
field :live
|
|
field :live
|
|
|
|
|
+ field :single_purch_limit
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
end
|
|
end
|