using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSITEMTransLotDetailUIModel { public string ID { get; set; } public string ITEMTransLotID { get; set; } public string LotNO { get; set; } public string ITEMCODE { get; set; } public string SERIALNO { get; set; } public string MUSER { get; set; } public string MUSERName { get; set; } public DateTime? MTIME { get; set; } public string WorkPoint { get; set; } } }