using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity { public class PlnSteelforfurnaceOEntity : PlnSteelforfurnaceEntity { private List ordEntityList; public List OrdEntityList { get { return ordEntityList; } set { ordEntityList = value; } } } }