WeChatHelper/MMPro/micromsg/proto/PropertySurveyInfo.proto
2024-06-11 08:43:45 +08:00

11 lines
181 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "PropertySurveyItem.proto";
message PropertySurveyInfo {
required uint32 _Count = 1;
repeated PropertySurveyItem _List = 2;
}