媒介可以设置发送频率/消息接收人可以设置接收消息时间段

This commit is contained in:
GoEdgeLab
2021-08-24 17:46:48 +08:00
parent dea628ca09
commit 2989c877f5
11 changed files with 327 additions and 222 deletions

View File

@@ -15,4 +15,6 @@ message MessageRecipient {
repeated MessageRecipientGroup messageRecipientGroups = 5;
string description = 6;
string user = 7;
string timeFrom = 8;
string timeTo = 9;
}