修复bug

This commit is contained in:
18942506660
2023-12-11 11:29:13 +08:00
parent 737742925f
commit 257ab7d7e1
10 changed files with 32 additions and 30 deletions

View File

@@ -53,7 +53,7 @@ namespace WMS.Web.Domain.Entitys
/// <summary>
/// 同步到金蝶后金蝶的单据Id
/// </summary>
[Column("ErpSyncId")]
public string ErpSyncId { get; set; }
[Column("ErpSyncBillNo")]
public string ErpSyncBillNo { get; set; }
}
}