using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
///
/// 组装、包装待下发列表输入参数
///
public class PackScheldToBeIssueListInput
{
///
/// 生产任务单号
///
public string mo_task_code { get; set; }
}
}