commonDefine.h 314 B

123456789101112131415
  1. #ifndef COMMONDEFINE_H
  2. #define COMMONDEFINE_H
  3. #include "nlohmann/json.hpp"
  4. /*--------------------------------------------------------------------------
  5. * 公共宏定义
  6. *--------------------------------------------------------------------------*/
  7. #define nJson nlohmann::json
  8. #endif /* COMMONDEFINE_H */