From f2970f356ea13811ce43f42d2fde128e92f73aae Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 09 6月 2025 16:12:59 +0800
Subject: [PATCH] 222

---
 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