/*---------------------------------------------------------------------------- * Copyright (c) Fenda Technologies Co., Ltd. 2021. All rights reserved. * * Description: sql_all.h * * Author: saimen * * Create: 2024-06-08 *--------------------------------------------------------------------------*/ #ifndef SQL_ALL_H #define SQL_ALL_H #include "sql_setting.h" #include "sql_weather.h" #include "sql_fit.h" #include "sql_bt.h" #include "sql_alarm.h" #include "sql_message.h" #endif /*SQL_ALL_H*/