using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSITEMLotUIModel : ICSITEMLot { public string ID { get; set; } public string LotNO { get; set; } public string ItemCode { get; set; } public string TransNO { get; set; } public int TransLine { get; set; } public string VENDORITEMCODE { get; set; } public string VENDORCODE { get; set; } public string VenderLotNO { get; set; } public DateTime? PRODUCTDATE { get; set; } } }