WeChatHelper/MMPro/micromsg/proto/PropertySurveyInfo.proto

11 lines
181 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
import "PropertySurveyItem.proto";
message PropertySurveyInfo {
required uint32 _Count = 1;
repeated PropertySurveyItem _List = 2;
}