挤出批号修改 erp接口另起线程调用

This commit is contained in:
2024-09-29 16:03:05 +08:00
parent e6a0066616
commit a04831bbae
8 changed files with 76 additions and 28 deletions

View File

@@ -169,4 +169,14 @@ public partial class PrdReport : BaseEntity<string>
/// </summary>
public string erp_pk_wr_product { get; set; }
/// <summary>
/// 合格数
/// </summary>
public decimal? pqty { get; set; }
/// <summary>
/// 不合格数
/// </summary>
public decimal? rqty { get; set; }
}