This commit is contained in:
2024-08-30 17:33:06 +08:00
parent 285618ada9
commit c3eb35bfd2
3 changed files with 18 additions and 9 deletions

View File

@@ -161,11 +161,11 @@ public partial class PrdReport : BaseEntity<string>
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; }