- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using com.steering.mes.mcp.entity;
- namespace Core.StlMes.Client.Mcp.Control.Entity
- {
- [Serializable]
- public class MchPathResultEntityAll : MchPathResultEntity
- {
- public List<MchPathResultDEntity> List { get; set; }
- }
- }
|