using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSINVENTORYUIModel:ICSINVENTORY { public string ID { get; set; } public string INVCODE { get; set; } public string INVNAME { get; set; } public string INVDESC { get; set; } } }