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

12 lines
216 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message GetNBSDetailResponse {
required BaseResponse _BaseResponse = 1;
optional string _DetailInfo = 2;
optional string _CardInfo = 3;
}