丰州同步程序(已移交给金睿)
ch
2021-09-14 8b2ca4dfd8a581378ce2759ddd7c3420cc42d151
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace EDI
{
    public class clsEDI_DELFORSchedule
    {
        public Int64 HItemid;
        public Int64 HScheduleid;
        public string HDeliveryQty;
        public string HDeliveryQtyUnit;
        public string HDeliveryStatus;
        public string HFrequencyCode;
        public string HStartDate;
        public string HEndDate;
 
    }
}