出库签收输入参数删除,serviceModule属性

This commit is contained in:
alex
2023-06-27 09:25:16 +08:00
parent 60e8168355
commit 4b9817b858
3 changed files with 29 additions and 21 deletions

View File

@@ -18,10 +18,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// <summary>
/// 载具ID
/// </summary>
public string carryId { get; set; }
/// <summary>
/// 服务模块
/// </summary>
public string serviceModule { get; set; }
public string carryId { get; set; }
}
}