using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.entity { public class PlnGxRclMOEntity:PlnGxRclMEntity { List orderRclList; public List OrderRclList { get { return orderRclList; } set { orderRclList = value; } } } }