namespace Seyounth.Hyosung.Core.Agv.HikModels; public class AgvPosition { public string PositionCode { get; set; } public string Type { get; set; } }