shen před 4 roky
rodič
revize
f3a7fe93b8
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      app/models/product.rb

+ 3 - 0
app/models/product.rb

@@ -222,6 +222,7 @@ class Product < ActiveRecord::Base
                     value.to_f / 100
                 end
             end
+            field :out_nums
             field :created_at
             field :updated_at
         end
@@ -293,6 +294,7 @@ class Product < ActiveRecord::Base
                     value.to_f / 100
                 end
             end
+            field :out_nums
             field :created_at
             field :updated_at
         end
@@ -358,6 +360,7 @@ class Product < ActiveRecord::Base
             field :stock_cycle
             field :min_purchase
             field :pv
+            field :out_nums
         end
 
     end