erp生产工单
This commit is contained in:
@@ -243,5 +243,19 @@ public partial class PrdMo : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? mo_source { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// erp表体行号
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public int erp_lineno { get; set; }
|
||||
/// <summary>
|
||||
/// 工单pk值
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string erp_mo_pk { get; set; }
|
||||
/// <summary>
|
||||
/// 表体pk值
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string erp_line_pk { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user