一般出库申请

This commit is contained in:
2023-11-06 10:08:32 +08:00
parent 904135fdec
commit aad4888c14
5 changed files with 168 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public partial class PrdOutstockD : BaseEntity<string>
/// <summary>
/// 出库需求数量
/// </summary>
public string? pr_qty { get; set; }
public decimal? pr_qty { get; set; }
/// <summary>
/// 来源单据id