Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Dec 26, 2019
1 parent 402c724 commit ec1ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Character struct {
Hash string `xorm:"pk hash"`
PinYin []string `xorm:"default() notnull pin_yin"` //拼音
Ch string `xorm:"default() notnull ch"` //字符
ScienceStroke int `xorm:"default (0) notnull science_stroke" json:"science_stroke"`
ScienceStroke int `xorm:"default(0) notnull science_stroke" json:"science_stroke"`
Radical string `xorm:"default() notnull radical"` //部首
RadicalStroke int `xorm:"default(0) notnull radical_stroke"` //部首笔画
Stroke int `xorm:"default() notnull stroke"` //总笔画数
Expand Down

0 comments on commit ec1ebab

Please sign in to comment.