Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/ChangeWorkerInput.cs
2024-07-11 16:27:21 +08:00

8 lines
194 B
C#

namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class ChangeWorkerInput
{
public string mo_task_id { get; set; }
public string worker_id { get; set; }
}
}