华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
7.3 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Frame.Data.Entity
{
public class FormICSRSVDataModel : ICSAQL
{
public class DispatchContext
{
public decimal TotalQty { get; set; }
public string ERPName { get; set; }
public string WorkPointCode { get; set; }
public string cMemo { get; set; }
public string UserCode { get; set; }
public string UserName { get; set; }
public DateTime ERPrdcMakeTime { get; set; }
public string ERPDEF_ID { get; set; }
public string ERPCardNumber { get; set; }
public string ERPcCusCode { get; set; }
public string cCusInvName { get; set; }
public string caddcode { get; set; }
public string cShipAddress { get; set; }
public string iDLsID { get; set; }
/// <summary>
/// 发货单参数
/// </summary>
public string cDLCode { get; set; }
public string irowno { get; set; }
public string DLID { get; set; }
public string AutoID { get; set; }
public string BatchCode { get; set; }
public string DeptCode { get; set; }
public string DeptName { get; set; }
public string ERPrdCode { get; set; }
public string ERPrdID { get; set; }
public string ERPrdDid { get; set; }
public int ERPrdRowCount { get; set; }
public string ERPcWhCode { get; set; }
public string StockCode { get; set; }
public string ERPcSTCode { get; set; }
public string ERPcBusType { get; set; }
public string ERPcRdCode { get; set; }
public string ERPcPersonCode { get; set; }
/// <summary>
/// 销售订单参数
/// </summary>
public string ERPSoCode { get; set; }
public string ERPSoSeq { get; set; }
public string ERPSoID { get; set; }
public string ERPSoDid { get; set; }
public string ERPSoSid { get; set; }
public string ERPSotype { get; set; }
public string conStr { get; set; }
public string ERPStr { get; set; }
public string LotNo { get; set; }
public string LotQty { get; set; }
public string cInvCode { get; set; }
}
public class storageInfoContext
{
public string ERPDataName { get; set; }
public string WorkPointCode { get; set; }
public string UserName { get; set; }
public DateTime UserTime { get; set; }
public string Storage_Serial { get; set; }
public string Stack_Serial { get; set; }
public string Stack { get; set; }
public string ERPDeptCode { get; set; }
public string ERPrdCode { get; set; }
public string ERPrdcRdCode { get; set; }
public int ERPrdID { get; set; }
public int ERPrdDid { get; set; }
public int ERPrdRowCount { get; set; }
public string ERPcWhCode { get; set; }
public string ERPrdPerson { get; set; }
public string ERPcMaker { get; set; }
public string ERPrdcDate { get; set; }
public string ERPDEF_ID { get; set; }
public string ERPCardNumber { get; set; }
public string ERPcPersonCode { get; set; }
public string conStr { get; set; }
public string LotQty { get; set; }
public string InvCode { get; set; }
public string status { get; set; }
public string BarCode { get; set; }
public string TransferNO { get; set; }
public string TransferLine { get; set; }
public string LotNO { get; set; }
public string WHCode { get; set; }
public string BinCode { get; set; }
public string Center { get; set; }
public decimal Qty { get; set; }
public string POCode { get; set; }
}
public class RCVData
{
public string asnNo { get; set; }
public string userName { get; set; }
public string createTime { get; set; }
public List<RCVDatas> datas { get; set; }
}
public class RCVDatas
{
public string itemCode { get; set; }
public string qty { get; set; }
public string lotNo { get; set; }
}
public class TransNO
{
public List<string> TransferNO { get; set; }
public List<string> LotNO { get; set; }
public List<string> BinCode { get; set; }
public List<decimal> Qty { get; set; }
public List<string> type { get; set; }
}
public class ICS_Center
{
public string Language { get; set; }
public string Center { get; set; }
public DateTime Endtime { get; set; }
public string Department { get; set; }
}
public enum barCodeTypeEnum
{
PO,
Barcode,
Pallent,
ASN
}
public enum rcvTypeEnum
{
Quality,
NG
}
public class InputCheck
{
public string Check { get; set; }
public string LotNO { get; set; }
public string WHCode { get; set; }
public string BinCode { get; set; }
public string INVCode { get; set; }
public decimal Qty { get; set; }
public string WorkPoint { get; set; }
}
public class CheckData
{
public string Type { get; set; }
public string Message { get; set; }
public string VoucherNO { get; set; }
public string Year { get; set; }
public string VoucherRow { get; set; }
public string InvCode { get; set; }
public string WorkPoint { get; set; }
public string WHCode { get; set; }
public string LotNO { get; set; }
public string Sign { get; set; }
public string WHType { get; set; }
public string SOCode { get; set; }
public string SORow { get; set; }
public string VenCode { get; set; }
public string CusCode { get; set; }
public string ProjectCode { get; set; }
public decimal QuantitySAP { get; set; }
public decimal Quantity { get; set; }
public string ComUnitCode { get; set; }
public string NullSign { get; set; }
public string DifferentSign { get; set; }
public string DeleteSign { get; set; }
public string ActualUser { get; set; }
public DateTime ActualTime { get; set; }
public string ModifyUser { get; set; }
public DateTime ModifyTime { get; set; }
public string DifferentVoucherNO { get; set; }
public string DifferentYear { get; set; }
public string DifferentVoucherRow { get; set; }
public string DifferentUser { get; set; }
public DateTime DifferentTime { get; set; }
}
}
}