fix compile error

This commit is contained in:
Paul Tyng
2022-10-31 15:53:30 -04:00
parent 6de33139b5
commit 49ed8b85a7
2 changed files with 3 additions and 2 deletions

View File

@@ -331,6 +331,7 @@ func main() {
case "X", "Y":
f.FieldType = "float64"
case "StpPriority":
f.FieldType = "string"
f.CustomUnmarshalType = "numberOrString"
case "Ht":
f.FieldType = "int"