using System; namespace MES.Service.Modes { public class QamftpDto { public decimal Id { get; set; } public string ItemNo { get; set; } public string Ftype { get; set; } public string Fattach { get; set; } public string Fversion { get; set; } public string Fdate { get; set; } public string CreateBy { get; set; } public string CreateDate { get; set; } public string Company { get; set; } public string Factory { get; set; } public string ReleaseNo { get; set; } public int? F_type { get; set; } public string LastupdateBy { get; set; } public DateTime? LastupdateDate { get; set; } public decimal? ItemId { get; set; } } }