From 1b77c2724e38d087f3eab4a2f27b3b165f4265dc Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 25 五月 2026 14:37:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_tide' into dev_tide
---
src/main/java/com/ruoyi/safety/dto/SafetyLearningStatistics.java | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/safety/dto/SafetyLearningStatistics.java b/src/main/java/com/ruoyi/safety/dto/SafetyLearningStatistics.java
new file mode 100644
index 0000000..515c921
--- /dev/null
+++ b/src/main/java/com/ruoyi/safety/dto/SafetyLearningStatistics.java
@@ -0,0 +1,19 @@
+package com.ruoyi.safety.dto;
+
+import lombok.Data;
+
+import java.math.BigDecimal;
+
+@Data
+public class SafetyLearningStatistics {
+
+ private Long totalCount;
+
+ private Long completedCount;
+
+ private Long unfinishedCount;
+
+ private BigDecimal totalDuration;
+
+ private BigDecimal completionRate;
+}
--
Gitblit v1.9.3