using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.entity { public class PlnGxJgxMOEntity:PlnGxJgxMEntity { private List orderJgxList; public List OrderJgxList { get { return orderJgxList; } set { orderJgxList = value; } } } }