From be379ab0bf3acc85c135ceba5e6a0ce99c7bd58d Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 04 4月 2025 15:54:07 +0800
Subject: [PATCH] 优化 修复检测bug

---
 Api/Dto/ValidateLicenseInput.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Api/Dto/ValidateLicenseInput.cs b/Api/Dto/ValidateLicenseInput.cs
index 6fa2e41..80b10f7 100644
--- a/Api/Dto/ValidateLicenseInput.cs
+++ b/Api/Dto/ValidateLicenseInput.cs
@@ -3,8 +3,13 @@
     public class ValidateLicenseInput
     {
         /// <summary>
-        /// 棰勮澶╂暟閰嶇疆
+        /// 棰勮澶╂暟閰嶇疆(閫夊~)
         /// </summary>
         public int? WaringDays { get; set; }
+
+        /// <summary>
+        /// 鎺堟潈鏂囦欢澶瑰悕(閫夊~)
+        /// </summary>
+        public string? LicenseFolerName { get; set; }
     }
 }

--
Gitblit v1.9.3