丰州同步程序(已移交给金睿)
ch
2021-09-14 8b2ca4dfd8a581378ce2759ddd7c3420cc42d151
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;
 
namespace EDI
{
    public  class clsZOCT_Invoice
    {
        public Int64 InvoiceID;
        public string InvoiceCycle;
        public string InvoicePrefix;
        public string InvoiceDisplay;
        public Int64 InvoiceSerial;
 
    }
}