啊鑫
2025-01-06 9ae9e3523c3c0e0e35e016e48db83cdfacd25b0b
entity/MesInvItemBarcodes.cs
@@ -493,14 +493,20 @@
    public long? GxId { get; set; }
    /// <summary>
    ///     供应商id
    /// </summary>
    [SugarColumn(ColumnName = "supp_id")]
    public string? SuppId { get; set; }
    /// <summary>
    ///     临时批量guid
    /// </summary>
    [SugarColumn(ColumnName = "tmpGuid")]
    public Guid? TmpGuid { get; set; }
    /// <summary>
    ///     供应商id
    ///     关联表的guid
    /// </summary>
    [SugarColumn(ColumnName = "supp_id")]
    public string? SuppId { get; set; }
    [SugarColumn(ColumnName = "ABOUT_GUID")]
    public Guid? AboutGuid { get; set; }
}