syntax = "proto3"; package HotelPms.Data; message DataRequest { string CustomerID = 1; string LoginID = 2; string Password = 3; int32 SystemID = 4; int32 ActionType = 5; //各自Serviceの解釈 int32 DataType = 6; //Dataの拡張用 string Data = 7; string RefTables = 8; string MachineName = 9; string IP = 10; string OS = 11; }