南骏 池
2025-03-29 99b5d3d7c950a8332f81d3ca07be9f2d5957f58c
entity/MesInvItemArn.cs
@@ -241,4 +241,18 @@
    /// </summary>
    [SugarColumn(ColumnName = "organize_code")]
    public string? OrganizeCode { get; set; }
    /// <summary>
    ///     收料组织
    /// </summary>
    [SugarColumn(ColumnName = "ReceiveOrgId")]
    public string? ReceiveOrgId { get; set; }
    [SugarColumn(IsIgnore = true)] public string? DepotName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? SuppName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? SuppNo { get; set; }
    [SugarColumn(IsIgnore = true)] public string? DepotsCode { get; set; }
}