分拣、工位bom、现场问题处理

This commit is contained in:
2024-09-29 10:20:22 +08:00
parent cd06d414bc
commit b44b349544
26 changed files with 701 additions and 288 deletions

View File

@@ -74,4 +74,21 @@ public partial class WmsSortingtask : BaseEntity<string>
/// </summary>
public string source_id { get; set; } = string.Empty;
[SugarColumn(IsIgnore = true)]
public string material_id { get; set; }
[SugarColumn(IsIgnore = true)]
public string material_code { get; set; }
[SugarColumn(IsIgnore = true)]
public string material_name { get; set; }
[SugarColumn(IsIgnore = true)]
public string material_specification { get; set; }
[SugarColumn(IsIgnore = true)]
public string code_batch { get; set; }
[SugarColumn(IsIgnore = true)]
public string erp_bill_code { get; set; }
}