add int64 dataType

This commit is contained in:
MaxToby
2021-01-03 16:10:42 +08:00
parent ec36bd4c17
commit 65c9afac77
7 changed files with 70 additions and 244 deletions

View File

@ -10,9 +10,9 @@ import (
)
var (
version = "20210101"
version = "20210103"
commands = []*cli.Command{
{
{git add
Name: "swagger",
Usage: "generates swagger.json",
Action: action.Generator,