This commit is contained in:
2024-07-19 08:54:45 +08:00
parent ffa87d84de
commit 02616b6170
2 changed files with 5 additions and 0 deletions

View File

@@ -248,6 +248,10 @@ public partial class PrdMo : BaseEntity<string>
/// </summary>
public int erp_lineno { get; set; }
/// <summary>
/// erp表体pk值
/// </summary>
public string erp_line_pk { get; set; }
/// <summary>
/// 工单pk值
/// </summary>
public string erp_mo_pk { get; set; }