生产报告回写id 产成品入库修改

This commit is contained in:
2024-08-30 15:27:17 +08:00
parent 60c27e331d
commit 285618ada9
8 changed files with 106 additions and 6 deletions

View File

@@ -159,5 +159,14 @@ public partial class PrdReport : BaseEntity<string>
/// 质检结果
/// </summary>
public string check_result { get; set; }
/// <summary>
/// 表头主键
/// </summary>
public string erp_pk_wr { get; set; }
/// <summary>
/// 表体主键
/// </summary>
public string erp_pk_wr_product { get; set; }
}