This commit is contained in:
18942506660
2023-10-26 15:07:52 +08:00
parent e911c2c07d
commit 80fa4d2234
6 changed files with 65 additions and 9 deletions

View File

@@ -23,8 +23,8 @@ namespace WMS.Web.Domain.Entitys
/// <summary>
/// 单据头Id
/// </summary>
[Column("FID")]
public int OutStockId { get; set; }
[Column("FId")]
public int FId { get; set; }
/// <summary>
/// 来源单号
///</summary>