dengjunjie
2025-06-11 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Log.cs
@@ -8,7 +8,10 @@
namespace WIDESEA_Model.Models
{
    [MultiTenant]
    /// <summary>
    /// 鎺ュ彛鏃ュ織
    /// </summary>
    [SugarTable(nameof(Sys_Log), "鎺ュ彛鏃ュ織")]
    public class Sys_Log
    {
        /// <summary>
@@ -78,6 +81,18 @@
        public string UserName { get; set; }
        /// <summary>
        /// 鏂规硶鍚嶇О
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏂规硶鍚嶇О")]
        public string MethodName { get; set; }
        /// <summary>
        /// 鏂规硶鎻忚堪
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏂规硶鎻忚堪")]
        public string Methodremark { get; set; }
        /// <summary>
        /// 鐢ㄦ埛涓婚敭
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "鐢ㄦ埛涓婚敭")]