forked from loafle/openapi-generator-original
[kotlin] fix Date types usages (#8594)
* [kotlin] fix Date types usages
This commit is contained in:
@@ -1 +1 @@
|
||||
5.0.0-SNAPSHOT
|
||||
5.0.1-SNAPSHOT
|
||||
@@ -31,7 +31,7 @@ data class Order (
|
||||
var id: kotlin.Long? = null,
|
||||
var petId: kotlin.Long? = null,
|
||||
var quantity: kotlin.Int? = null,
|
||||
var shipDate: java.time.LocalDateTime? = null,
|
||||
var shipDate: java.time.OffsetDateTime? = null,
|
||||
/* Order Status */
|
||||
var status: Order.Status? = null,
|
||||
var complete: kotlin.Boolean? = null
|
||||
|
||||
Reference in New Issue
Block a user