You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
818 B

12 months ago
12 months ago
8 months ago
12 months ago
12 months ago
12 months ago
12 months ago
8 months ago
8 months ago
8 months ago
  1. #pragma once
  2. #include "appbase/appbase.hpp"
  3. #include "appconfig/appconfig.hpp"
  4. //
  5. #include "port/project_port.hpp"
  6. //
  7. #include "app_event_bus.hpp"
  8. #include "appcomponents/canchannel/transmit_disinfection_can_master.hpp"
  9. #include "db/db_service.hpp"
  10. #include "devicestate/device_state_service.hpp"
  11. #include "front_msg_processer/front_msg_processer.hpp"
  12. #include "iflytop_front_end_service/iflytop_front_end_service.hpp"
  13. #include "udisk_mgr_service.hpp"
  14. //
  15. #include "db/calibrate_info_dao.hpp"
  16. #include "db/db_service.hpp"
  17. #include "db/device_ext_setting_dao.hpp"
  18. #include "db/equipment_usage_info_dao.hpp"
  19. #include "db/formula_db_dao.hpp"
  20. #include "db/setting_db_dao.hpp"
  21. #include "db/user_behavior_des.hpp"
  22. #include "db/user_behavior_record_dao.hpp"
  23. #include "db/user_dao.hpp"
  24. #include "db/device_ext_setting_dao.hpp"