using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSMO2LotUIModel : ICSITEMLot { public string ID { get; set; } public string LOTNO { get; set; } } }