啊鑫
2025-02-09 70e8a5aec5d49a95483d4c0e066ccdcc45a02e79
StandardPda/MES.Service/Modes/EmployeeInfo.cs
@@ -1,12 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
using SqlSugar;
namespace MES.Service.Modes
{
namespace MES.Service.Modes;
    /// <summary>
    ///
    ///</summary>
    [SugarTable("EMPLOYEE_INFO")]
    public class EmployeeInfo
@@ -58,5 +54,4 @@
        ///</summary>
        [SugarColumn(ColumnName = "ORGANIZATION")]
        public string? Organization { get; set; }
    }
}