Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/PackScheldToBeIssueListInput.cs
2023-11-06 19:35:59 +08:00

14 lines
329 B
C#

namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
/// <summary>
/// 组装、包装待下发列表输入参数
/// </summary>
public class PackScheldToBeIssueListInput
{
/// <summary>
/// 生产任务单号
/// </summary>
public string mo_task_code { get; set; }
}
}