8 lines
163 B
C#
8 lines
163 B
C#
namespace Seyounth.Hyosung.Core.Agv.HikModels;
|
|
|
|
public class AgvPosition
|
|
{
|
|
public string PositionCode { get; set; }
|
|
|
|
public string Type { get; set; }
|
|
} |