I_Pose.cs 402 Bytes
namespace HH_WCS_Standard
{
    public class I_Pose
    {
        public string wcName { get; set; }
        public string wcType { get; set; }
        public string wcTypeName { get; set; }
        public int wcRoadWay { get; set; }
        public int Xpose { get; set; }
        public int Ypose { get; set; }
        public int Zpose { get; set; }
        public int Station { get; set; }
    }
}