syntax = "proto3"; package Im.Scrm.Ww.Proto; //命名空间约定 option go_package = "./workphone/wecom"; import "wecom/WCustomerPushNotice.proto"; message NewCustomerAddedNoticeMessage { int64 WxId = 1; // 设备企业WX号 //int32 UnRead = 2; // 新客户未读数量 CustomerMessage Contact = 3; }