8 lines
169 B
C#
Raw Permalink Normal View History

2025-03-23 13:55:15 +08:00
namespace Seyounth.Hyosung.Core.Agv.HikModels;
public class TaskStatusModel
{
public string taskCode { get; set; }
public string taskStatus { get; set; }
}