1.相关业务增加source_id和source_code

2.入库申请查询明细单增加仓库名称回传字段
This commit is contained in:
FanLian
2023-08-03 15:23:28 +08:00
parent 981662037e
commit 5defa98b47
15 changed files with 115 additions and 20 deletions

View File

@@ -53,7 +53,17 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// </summary>
public string location_code { get; set; }
/// <summary>
/// 来源单据ID
/// </summary>
public string source_id { get; set; }
/// <summary>
/// 来源单据号
/// </summary>
public string source_code { get; set; }
}
public class MESWmsOutstockDInput
{