This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_models
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
推送
master
huangjiajun
1 week ago
parent
0e106357c3
commit
f02789cb9c
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/model/aliyun_sms_record.go
+1
-0
src/model/jpush_record.go
+ 1
- 0
src/model/aliyun_sms_record.go
View File
@@ -21,4 +21,5 @@ type AliyunSmsRecord struct {
State int `json:"state" xorm:"default 0 INT(1)"`
Phone string `json:"phone" xorm:"TEXT"`
IsRun int `json:"is_run" xorm:"default 0 INT(1)"`
TagId string `json:"tag_id" xorm:"TEXT"`
}
+ 1
- 0
src/model/jpush_record.go
View File
@@ -20,4 +20,5 @@ type JpushRecord struct {
UpdateAt time.Time `json:"update_at" xorm:"DATETIME"`
State int `json:"state" xorm:"default 0 INT(1)"`
IsRun int `json:"is_run" xorm:"default 0 INT(1)"`
TagId string `json:"tag_id" xorm:"TEXT"`
}
Write
Preview
Loading…
Cancel
Save