正向追溯相关接口

This commit is contained in:
2023-08-22 14:59:48 +08:00
parent 480e9d1e0e
commit 2e00234f08
3 changed files with 226 additions and 21 deletions

View File

@@ -68,17 +68,14 @@ public partial class PrdMaterialReceiptD : BaseEntity<string>
/// <summary>
/// 供应商
/// </summary>
[SugarColumn(IsIgnore = true)]
public string supplier_id { get; set; }
/// <summary>
/// 入库时间
/// </summary>
[SugarColumn(IsIgnore = true)]
public DateTime instock_time { get; set; }
/// <summary>
/// 检验结论
/// </summary>
[SugarColumn(IsIgnore = true)]
public string check_conclusion { get; set; }
}

View File

@@ -192,5 +192,10 @@ public partial class PrdMoTask : BaseEntity<string>
/// 物料单位
/// </summary>
public string? unit_id { get; set; }
/// <summary>
/// 物料清单id
/// </summary>
public string? ebom_id { get; set; }
}