sjz
2025-06-07 a4e262ad5d6b8631e25e3cc0872b590a7dbdb480
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
namespace MES.Service.Dto.webApi
{
    public class ErpSalesReturnNoticeDetail
    {
        public string? Id { get; set; }
        public string? type { get; set; }
        public string? erpID { get; set; }
        public string? ehid { get; set; }
        public string? fMaterialId { get; set; }
        public string? fMaterialName { get; set; }
        public string? fMaterialModel { get; set; }
        public string? fUnitID { get; set; }
        public string? fQty { get; set; }
        public string? fIsFree { get; set; }
        public string? fDeliverydate { get; set; }
        public string? fStockId { get; set; }
        public string? fMtoNo { get; set; }
        public string? fLot { get; set; }
        public string? fEntryDescription { get; set; }
        public string? fRmType { get; set; }
        public string? fStockUnitID { get; set; }
        public string? fStockQty { get; set; }
        public string? fMaterialType { get; set; }
        public string? fOwnerTypeID { get; set; }
        public string? fOwnerId { get; set; }
        public string? fSrcType { get; set; }
        public string? fSrcBillNo { get; set; }
        public string? fOrderNo { get; set; }
       
 
 
    }
}