| 1234567891011121314151617 |
- namespace ET
- {
- public static partial class MongoOpcode
- {
- public const ushort ObjectQueryResponse = 30002;
- public const ushort M2M_UnitTransferRequest = 30003;
- public const ushort UnitCache2Other_GetUnit = 30004;
- public const ushort Other2Mail_AddMail = 30005;
- public const ushort Mail2Other_AddMail = 30006;
- public const ushort H2Order_AddOrder = 30007;
- public const ushort Order2H_AddOrder = 30008;
- public const ushort H2Order_GetOrderInfoIsExist = 30009;
- public const ushort Order2H_GetOrderInfoIsExist = 30010;
- public const ushort M2Order_GetTempOrderInfoIsExist = 30011;
- public const ushort Order2M_GetTempOrderInfoIsExist = 30012;
- }
- }
|