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