entity/MesInvItemArn.cs
@@ -1,9 +1,8 @@ using SqlSugar; namespace NewPdaSqlServer.entity { namespace NewPdaSqlServer.entity; /// <summary> /// ///</summary> [SugarTable("MES_INV_ITEM_ARN")] public class MesInvItemArn @@ -242,5 +241,4 @@ ///</summary> [SugarColumn(ColumnName="organize_code" )] public string? OrganizeCode { get; set; } } }