啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
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; }
    }
}