fix model import for csharp

This commit is contained in:
wing328
2015-07-03 14:20:54 +08:00
parent 5c888ad039
commit 55827fe516

View File

@@ -54,6 +54,7 @@ public class CSharpClientCodegen extends DefaultCodegen implements CodegenConfig
"Integer",
"Long",
"Float",
"Stream", // not really a primitive, we include it to avoid model import
"Object")
);
instantiationTypes.put("array", "List");