Refine some comments.

This commit is contained in:
lishuang
2022-03-15 02:21:41 +08:00
parent 161096fbb2
commit 179f34fad2
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,7 @@
package rest
/**
* table meta info.
*/
// InstallTableInfo /**
// table meta info.
type InstallTableInfo struct {
Name string `json:"name"`
TableExist bool `json:"tableExist"`