Fix bug: replace int and float with num type in dart (#3042)

Co-authored-by: zhoumingji <zhoumingji@cmsr.chinamobile.com>
This commit is contained in:
Snake
2023-03-18 22:49:22 +08:00
committed by GitHub
parent 7a647ca40c
commit a561048d59
3 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ var funcMap = template.FuncMap{
"getBaseName": getBaseName,
"getPropertyFromMember": getPropertyFromMember,
"isDirectType": isDirectType,
"isNumberType": isNumberType,
"isClassListType": isClassListType,
"getCoreType": getCoreType,
"lowCamelCase": lowCamelCase,