Finish half translation work.

This commit is contained in:
zicla
2019-05-04 23:36:05 +08:00
parent 900924d196
commit 5625149766
52 changed files with 613 additions and 950 deletions

View File

@ -3,7 +3,7 @@ package rest
import "github.com/jinzhu/gorm"
/**
* 表名对应的表结构
* table meta info.
*/
type InstallTableInfo struct {
Name string `json:"name"`