crz
2025-03-01 47f6ab7374c3f88ba364ea82021dd296f4bdf9e6
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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace MES.Service.Dto.webApi
{
    public class ErpDETAIL
    {
        public string ? F_UNW_Text_xsddh { get; set; }
        public string? LineNumber { get; set; }
        public string ?  FMaterialId { get; set;}
        public string ? FMaterialName { get; set;}
        public string ? FMaterialModel { get; set;}
        public string ? FMinPlanDeliveryDate { get; set;}
        public string ? FQty { get; set;}
        public string ? FUnitID { get; set;}
        public string ? FPrice { get; set;}
        public string ? FAmount { get; set;}
        public string ? FDeliCommitQty { get; set;}
        public string ? FEntryNote { get; set;}
 
 
 
 
    }
}