From 7b47c91bcf89d667a5c99cfafe0d899280f7fbe3 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 19 十一月 2025 11:22:27 +0800
Subject: [PATCH] feat:平安转账开发
---
ApiTools.Core/Models/SmsUtils/Commands/SaveSmsSettingCommand.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ApiTools.Core/Models/SmsUtils/Commands/SaveSmsSettingCommand.cs b/ApiTools.Core/Models/SmsUtils/Commands/SaveSmsSettingCommand.cs
index 2987e7f..7daa167 100644
--- a/ApiTools.Core/Models/SmsUtils/Commands/SaveSmsSettingCommand.cs
+++ b/ApiTools.Core/Models/SmsUtils/Commands/SaveSmsSettingCommand.cs
@@ -68,5 +68,10 @@
/// 鎺掑簭
/// </summary>
public int Sort { get; set; }
+
+ /// <summary>
+ /// 绛惧悕鍚嶇О
+ /// </summary>
+ public string SignName { get; set; }
}
}
--
Gitblit v1.9.1