现场问题处理

This commit is contained in:
2024-09-18 13:53:44 +08:00
parent 68f9b871fa
commit 4245c26097
8 changed files with 68 additions and 14 deletions

View File

@@ -82,5 +82,15 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 辅助属性
/// </summary>
public string auxprop { get; set; }
/// <summary>
/// 辅助属性
/// </summary>
public string auxprop_gys { get; set; }
/// <summary>
/// 辅助属性
/// </summary>
public string auxprop_xph { get; set; }
}
}