MongoOpcode.cs 676 B

1234567891011121314151617
  1. namespace ET
  2. {
  3. public static partial class MongoOpcode
  4. {
  5. public const ushort ObjectQueryResponse = 30002;
  6. public const ushort M2M_UnitTransferRequest = 30003;
  7. public const ushort UnitCache2Other_GetUnit = 30004;
  8. public const ushort Other2Mail_AddMail = 30005;
  9. public const ushort Mail2Other_AddMail = 30006;
  10. public const ushort H2Order_AddOrder = 30007;
  11. public const ushort Order2H_AddOrder = 30008;
  12. public const ushort H2Order_GetOrderInfoIsExist = 30009;
  13. public const ushort Order2H_GetOrderInfoIsExist = 30010;
  14. public const ushort M2Order_GetTempOrderInfoIsExist = 30011;
  15. public const ushort Order2M_GetTempOrderInfoIsExist = 30012;
  16. }
  17. }