修改时间

pull/8/head
123 7 days ago
parent c95c57adc6
commit 50fef2e166

@ -319,7 +319,7 @@
<item row="0" column="1">
<widget class="QLabel" name="lastHeartbeatValue">
<property name="text">
<string>2024-01-01 12:30:45</string>
<string>2025-7-01 12:30:45</string>
</property>
</widget>
</item>
@ -333,7 +333,7 @@
<item row="1" column="1">
<widget class="QLabel" name="createdAtValue">
<property name="text">
<string>2024-01-01 08:00:00</string>
<string>2025-7-01 08:00:00</string>
</property>
</widget>
</item>
@ -347,7 +347,7 @@
<item row="2" column="1">
<widget class="QLabel" name="updatedAtValue">
<property name="text">
<string>2024-01-01 12:30:45</string>
<string>2025-7-01 12:30:45</string>
</property>
</widget>
</item>

@ -2,7 +2,7 @@
* @file DatabaseConfig.h
* @brief
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file DatabaseHelper.h
* @brief
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file DatabaseManager.h
* @brief - RAII
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*
*

@ -2,7 +2,7 @@
* @file UIInitializationManager.h
* @brief UI -
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*
* UI

@ -2,7 +2,7 @@
* @file MainWindow.h
* @brief
* @author CasualtySightPlus Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*
*

@ -2,7 +2,7 @@
* @file ConfigManager.h
* @brief -
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*
* 线

@ -2,7 +2,7 @@
* @file DatabaseConfig.cpp
* @brief
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file DatabaseHelper.cpp
* @brief
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file UIInitializationManager.cpp
* @brief UI
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file DeviceDialog.cpp
* @brief
* @author CasualtySightPlus Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file MainWindow.cpp
* @brief
* @author CasualtySightPlus Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -2,7 +2,7 @@
* @file ConfigManager.cpp
* @brief
* @author BattlefieldExplorationSystem Team
* @date 2024-01-01
* @date 2025-7
* @version 2.0
*/

@ -181,7 +181,7 @@ enum class ConnectionState
* @file DatabaseManager.h
* @brief 数据库管理类定义
* @author 作者姓名
* @date 2024-01-01
* @date 2025-7
* @version 1.0
*
* 数据库管理类,提供数据库连接、查询、更新等功能。

Loading…
Cancel
Save