using Cal.DataTable; using System; using System.Collections.Generic; using System.Text; namespace ET { public class Shop:Entity { public UnOrderMultiMap MarketPeriodDic = new UnOrderMultiMap(); public UnOrderMultiMap ShopPageDic = new UnOrderMultiMap(); } }