|
|
@@ -190,6 +190,7 @@ class Product < ActiveRecord::Base
|
|
|
field :live
|
|
|
field :sale_nums
|
|
|
field :single_purch_limit
|
|
|
+ field :package
|
|
|
field :created_at
|
|
|
field :updated_at
|
|
|
end
|
|
|
@@ -251,6 +252,7 @@ class Product < ActiveRecord::Base
|
|
|
field :show_flag
|
|
|
field :live
|
|
|
field :single_purch_limit
|
|
|
+ field :package
|
|
|
field :created_at
|
|
|
field :updated_at
|
|
|
end
|
|
|
@@ -310,6 +312,7 @@ class Product < ActiveRecord::Base
|
|
|
field :show_flag
|
|
|
field :live
|
|
|
field :single_purch_limit
|
|
|
+ field :package
|
|
|
end
|
|
|
|
|
|
end
|