修改看板和移动端的任务单列表接口

This commit is contained in:
2023-10-17 10:44:48 +08:00
parent f0704473b6
commit f6a92e607d
2 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
using JNPF.Common.Filter;
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class PrdMoTaskListOutput : PageInputBase
{
/// <summary>
/// 工位id
/// </summary>
public string stationId { get; set; }
}
}