Explorar el Código

get product commend list

abiao hace 4 años
padre
commit
a70029feed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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),
 	)
 }