Browse Source

resourceId

胡轶钦 6 years ago
parent
commit
c22179b781
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      models/model/sys_activity_action.go

+ 1
- 0
models/model/sys_activity_action.go View File

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