using Prism.Mvvm;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeamAAS_VP.Core.Robots;
namespace TeamAAS_VP.Models.PLC
{
public class PlcRobotParameter
{
///
/// 轴集合
///
public List AxixList { get; set; }
}
}