8 lines
169 B
C#
8 lines
169 B
C#
namespace Seyounth.Hyosung.Core.Agv.HikModels;
|
|
|
|
public class TaskStatusModel
|
|
{
|
|
public string taskCode { get; set; }
|
|
|
|
public string taskStatus { get; set; }
|
|
} |