using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSStorageUIModel:ICSStorage { public string Serial { get; set; } public string StorageCode { get; set; } public string StorageName { get; set; } } }