WConfigSetting.proto 347 B

1234567891011
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. option go_package = "./workphone/wecom";
  4. import "wecom/WConfigPushNotice.proto";
  5. message ConfigSettingMessage {
  6. int64 WxId = 1; //
  7. repeated BoolConfigMessage BoolConfs = 3;
  8. repeated IntConfigMessage IntConfs = 4;
  9. repeated StrConfigMessage StrConfs = 5;
  10. }