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;
|
|
}
|
}
|