8 lines
194 B
C#
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; }
|
|
}
|
|
} |