From d33faf9454469587f4d10a8acfc8f84b2c40b4e9 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 11 6月 2025 17:03:00 +0800
Subject: [PATCH] 22

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