Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/PrdPackReportQueryInput.cs
DEVICE8\12494 c6522831b4 1
2023-05-28 21:17:49 +08:00

19 lines
438 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JNPF.Common.Filter;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class PrdPackReportQueryInput : PageInputBase
{
/// <summary>
/// 生产任务编号
/// </summary>
public string mo_task_code { get; set; }
}
}