fix bug with parcelable

This commit is contained in:
wing328
2016-10-05 19:41:38 +08:00
parent 0844496bad
commit 8ce8082f7f
98 changed files with 3206 additions and 56 deletions

View File

@@ -0,0 +1,12 @@
# ArrayTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrayOfString** | **List<String>** | | [optional]
**arrayArrayOfInteger** | [**List<List<Long>>**](List.md) | | [optional]
**arrayArrayOfModel** | [**List<List<ReadOnlyFirst>>**](List.md) | | [optional]