Sfoglia il codice sorgente

get product commend list

abiao 4 anni fa
parent
commit
a70029feed

+ 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),
 	)
 }