ソースを参照

get product commend list

abiao 4 年 前
コミット
a70029feed
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      go/gopath/src/fohow.com/apps/models/product_model/init.go

+ 1 - 0
go/gopath/src/fohow.com/apps/models/product_model/init.go

@@ -15,6 +15,7 @@ func init() {
 		new(ProductAttrConfig),
 		new(Picture),
 		new(ProductCat),
+		new(ProductCommend),
 	)
 }