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

@ -5,7 +5,7 @@ import (
)
/**
* 分享记录和matter的关联表
* the link table for Share and Matter.
*/
type Bridge struct {
Base
@ -13,7 +13,6 @@ type Bridge struct {
MatterUuid string `json:"matterUuid" gorm:"type:char(36)"`
}
// set File's table name to be `profiles`
func (this *Bridge) TableName() string {
return core.TABLE_PREFIX + "bridge"
}