push new git_push and .gitinore file

This commit is contained in:
wing328
2016-03-12 18:01:53 +08:00
parent 637bdd2f50
commit a529d9dfe0
51 changed files with 3055 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package io.swagger.client.model
case class $special[model.name] (
$special[property.name]: Long)

View File

@@ -0,0 +1,14 @@
package io.swagger.client.model
case class Inline_response_200 (
tags: List[Tag],
id: Long,
category: Any,
/* pet status in the store */
status: String,
name: String,
photoUrls: List[String])

View File

@@ -0,0 +1,8 @@
package io.swagger.client.model
case class Name (
name: Integer)

View File

@@ -0,0 +1,8 @@
package io.swagger.client.model
case class Return (
_return: Integer)