using System; using System.Collections.Generic; using System.Text; namespace ET { public class ConsignmentComponent:Entity { public static ConsignmentComponent Instance{ get; set; } /// /// 根据寄售物品Id /// public Dictionary ConsignmentDic = new Dictionary(); public Dictionary CountDic= new Dictionary(); } }