- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto;
- option go_package = "./workphone";
- message CircleCommentReplyTaskMessage {
- string WeChatId = 1;
- int64 CircleId = 2;
- string ToWeChatId = 3;
- string Content = 4;
- int64 ReplyCommentId = 5;
- int64 TaskId = 6;
- bool IsResend = 7;
- }
|