From f7cef784a69d533ba9cd00b36d3c25fb86994f11 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 11 六月 2025 16:27:02 +0800
Subject: [PATCH] fix:修改文件夹名称
---
LifePayment/LifePayment.Domain.Shared/LogRecord/LogFrontInput.cs | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/LogRecord/LogFrontInput.cs b/LifePayment/LifePayment.Domain.Shared/LogRecord/LogFrontInput.cs
new file mode 100644
index 0000000..487284f
--- /dev/null
+++ b/LifePayment/LifePayment.Domain.Shared/LogRecord/LogFrontInput.cs
@@ -0,0 +1,28 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace LifePayment.Domain.Shared
+{
+ public class LogFrontInput
+ {
+ /// <summary>
+ /// 鐢ㄦ埛Id
+ /// </summary>
+ public string UserId { get; set; }
+ /// <summary>
+ /// 娑堟伅
+ /// </summary>
+ public string Message { get; set; }
+ /// <summary>
+ /// 鍦板潃
+ /// </summary>
+ public string Url { get; set; }
+ /// <summary>
+ /// 璇锋眰鏃堕棿
+ /// </summary>
+ public DateTime? RequestTime { get; set; }
+ }
+}
--
Gitblit v1.9.1