using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSITEMBoxUIModel : ICSITEMBox { public List ITEMBoxDetail = new List(); } }