|
@@ -18,7 +18,7 @@ type Feed struct {
|
|
|
AutoSecondName string `xorm:"autosecondname" json:"auto_second_name"`
|
|
|
ConfirmStart int32 `xorm:"confirmstart" json:"confirm_start"`
|
|
|
TrgAddress int32 `xorm:"trgaddress" json:"trg_address"`
|
|
|
- SmtMrId int64 `xorm:"smt_mr_id" json:"smt_mr_id"`
|
|
|
+ SmtMrId int64 `xorm:"smtmrid" json:"smt_mr_id"`
|
|
|
SmtMrName string `xorm:"smtmrname" json:"smt_mr_name"`
|
|
|
Sort int32 `xorm:"sort" json:"sort"`
|
|
|
Enable int32 `xorm:"enable" json:"enable"`
|