@@ -6,4 +6,5 @@ type SysActivityAction struct {
ActiveType string `xorm:"comment('赠送还是取消赠送之类的') VARCHAR(5)"`
ResourceType string `xorm:"VARCHAR(20)"`
ResourceDesc string `xorm:"VARCHAR(500)"`
+ ResourceId string `xorm:"VARCHAR(500)"`
}