xwt
2025-10-10 0c7322109660b80e359118de04c0b9cc16a030e3
StandardInterface/MES.Service/Modes/QamftpDto.cs
@@ -5,7 +5,7 @@
    public class QamftpDto
    {
        public decimal Id { get; set; }
        public string ItemNo { get; set; }
        public string itemNo { get; set; }
        public string Ftype { get; set; }
        public string Fattach { get; set; }
        public string Fversion { get; set; }
@@ -19,5 +19,6 @@
        public string LastupdateBy { get; set; }
        public DateTime? LastupdateDate { get; set; }
        public decimal? ItemId { get; set; }
        public decimal? Pid { get; set; }
    }