charge_task.h 197 B

1234567891011121314
  1. #ifndef __TASK_GENERAL_CHARGE_TASK_H__
  2. #define __TASK_GENERAL_CHARGE_TASK_H__
  3. #include <std_lib/std_lib.h>
  4. namespace task {
  5. bool charge_task(Json::Value task, std::string commond);
  6. }
  7. #endif