8 lines
198 B
C#
8 lines
198 B
C#
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
|
{
|
|
public class ChangeWorklineInput
|
|
{
|
|
public string mo_task_id { get; set; }
|
|
public string workline_id { get; set; }
|
|
}
|
|
} |