using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.entity { public class PlnGxDbkMOEntity:PlnGxDbkMEntity { List orderDbkList; public List OrderDbkList { get { return orderDbkList; } set { orderDbkList = value; } } } }