mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-08 08:00:26 +08:00
实现基础的通知媒介管理
This commit is contained in:
10
pkg/rpc/protos/models/message_recipient_group.proto
Normal file
10
pkg/rpc/protos/models/message_recipient_group.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message MessageRecipientGroup {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
bool isOn = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user