其它出库单位bug
This commit is contained in:
@@ -33,5 +33,14 @@ public partial class BasMaterialUnit : BaseEntity<string>
|
||||
/// 关联物料id
|
||||
/// </summary>
|
||||
public string material_id { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 辅助单位id
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string auxiliary_unit_id_id { get; set; }
|
||||
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string erp_unit_id { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user