盘点对接以及现场问题处理

This commit is contained in:
2024-09-18 18:40:29 +08:00
parent b4e7dceffb
commit d835c96f2f
12 changed files with 85 additions and 11 deletions

View File

@@ -90,5 +90,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// 是否赠品
/// </summary>
public int? gift { get; set; }
/// <summary>
/// 供应商(辅助属性)
/// </summary>
public string auxprop_gys { get; set; }
}
}