消息接收人可以设置接收消息时间段

This commit is contained in:
刘祥超
2021-08-24 17:46:00 +08:00
parent d5eceb05ce
commit e9dadd5571
12 changed files with 258 additions and 30 deletions

View File

@@ -44,6 +44,8 @@ func (this *RecipientAction) RunGet(params struct {
},
"user": recipient.User,
"description": recipient.Description,
"timeFrom": recipient.TimeFrom,
"timeTo": recipient.TimeTo,
}
this.Show()