forked from loafle/openapi-generator-original
Add missing template files #1294
This commit is contained in:
parent
da15cf7867
commit
529a7abfce
@ -0,0 +1,7 @@
|
|||||||
|
function {{datatypeWithEnum}}() {
|
||||||
|
var self = this;
|
||||||
|
|
||||||
|
{{#allowableValues}}{{#enumVars}} self.{{name}} = "{{value}}"{{^-last}},
|
||||||
|
{{/-last}}{{#-last}};{{/-last}}{{/enumVars}}{{/allowableValues}}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
@javax.annotation.Generated(value = "{{generatorClass}}", date = "{{generatedDate}}")
|
Loading…
x
Reference in New Issue
Block a user