二楼转库传任务单

This commit is contained in:
2024-06-25 11:38:11 +08:00
parent ca63ca7eb5
commit abd7576065
9 changed files with 448 additions and 67 deletions

View File

@@ -25,10 +25,18 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// <summary>
/// 来源业务单据id
/// </summary>
public string require_id { get; set; }
public string source_id { get; set; }
/// <summary>
/// 来源业务单据code
/// </summary>
public string source_code { get; set; }
/// <summary>
/// 需求单据id
/// </summary>
public string require_id { get; set; }
/// <summary>
/// 需求单据code
/// </summary>
public string require_code { get; set; }
public string moduleConsts { get; set; }