WCustomerDelNotice.proto 289 B

1234567891011
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. option go_package = "./workphone/wecom";
  4. import "WCustomerPushNotice.proto";
  5. message CustomerDelNoticeMessage {
  6. int64 WxId = 1; // 设备企业WX号
  7. int64 RemoteId = 2; // 被移除客户的remoteId
  8. }