现在问题处理

This commit is contained in:
2024-09-14 11:58:14 +08:00
parent 2511e4f099
commit 7d44c723e4
24 changed files with 677 additions and 369 deletions

View File

@@ -72,5 +72,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 子表主键
/// </summary>
public string erp_line_pk { get; set; }
/// <summary>
/// 辅助属性
/// </summary>
public string auxprop { get; set; }
}
}

View File

@@ -82,5 +82,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 子表主键
/// </summary>
public string erp_line_pk { get; set; }
/// <summary>
/// 辅助属性
/// </summary>
public string auxprop { get; set; }
}
}

View File

@@ -106,5 +106,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 子表主键
/// </summary>
public string erp_line_pk { get; set; }
/// <summary>
/// 辅助属性
/// </summary>
public string auxprop { get; set; }
}
}

View File

@@ -29,5 +29,10 @@
/// </summary>
public decimal qty { get; set; }
/// <summary>
/// 起点
/// </summary>
public string startlocation_code { get; set; }
}
}