shen 4 년 전
부모
커밋
f3a7fe93b8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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