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

10 lines
135 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message HardDevice {
optional string _DeviceType = 1;
optional string _DeviceID = 2;
}