optionally support float strict type (#14618)

This commit is contained in:
William Cheng
2023-02-12 19:44:18 +08:00
committed by GitHub
parent d7a2e4a293
commit 72c02e4bc1
18 changed files with 76 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ Name | Type | Description | Notes
**double** | **float** | | [optional]
**decimal** | **decimal.Decimal** | | [optional]
**string** | **str** | | [optional]
**byte** | **str** | |
**byte** | **str** | | [optional]
**binary** | **str** | | [optional]
**var_date** | **date** | |
**date_time** | **datetime** | | [optional]