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