分拣、工位bom、现场问题处理
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user