using System; using System.Collections.Generic; using System.Text; namespace BBWY.Client.Models.PackTask { public class BarLabelModel { /// /// 选中的模板 /// public BarcodeLabelModel BarcodeLabelModel { get; set; } /// /// 模板数据 /// Dictionary Data =new Dictionary(); } }