Minor improvements to plantuml doc generator (#6298)

* minor improvements to plantuml doc generator

* various improvements

* fix windows batch file
This commit is contained in:
William Cheng
2020-05-15 09:16:19 +08:00
committed by GitHub
parent 00a706b760
commit 62d103d501
8 changed files with 49 additions and 21 deletions

View File

@@ -13,6 +13,16 @@ entity Category {
name: String
}
entity InlineObject {
name: String
status: String
}
entity InlineObject1 {
additionalMetadata: String
file: File
}
entity Order {
id: Long
petId: Long