Dto变动

This commit is contained in:
2026-01-09 11:22:45 +08:00
parent fdcb5b5200
commit 4507288026
4 changed files with 45 additions and 4 deletions

View File

@@ -49,6 +49,18 @@ namespace DOAN.Model.BZFM
[SugarColumn(ColumnName = "location_name")]
public string LocationName { get; set; }
/// <summary>
/// 供应商编码
/// </summary>
[SugarColumn(ColumnName = "supplier_code")]
public string SupplierCode { get; set; }
/// <summary>
/// 供应商名称
/// </summary>
[SugarColumn(ColumnName = "supplier_name")]
public string SupplierName { get; set; }
/// <summary>
/// 批次号
/// </summary>