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.
 
 
 
 

172 lines
6.8 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NFine.Domain._03_Entity.SRM
{
//招投标主表信息
public class ICSSORRFQ
{
public string ADDITION1 { get; set; }
public string ADDITION2 { get; set; }
public DateTime BEGINDATE { get; set; }
public string COMPANYCODE { get; set; }
public string COSTANALYSISTEMPLATE { get; set; }
public string COSTTYPE { get; set; }
public DateTime CREATEDATE { get; set; }
public DateTime CREATETIME { get; set; }
public string CREATEUSER { get; set; }
public DateTime ENDDATE { get; set; }
public string ISUNIFYANALYSISTEMPLATE { get; set; }
public DateTime LOGDATE { get; set; }
public DateTime LOGTIME { get; set; }
public string LOGUSER { get; set; }
public string MEMO { get; set; }
public string POCT { get; set; }
public DateTime PUBLISHDATE { get; set; }
public string PURCHUGCODE { get; set; }
public string RFQCODE { get; set; }
public string RFQNAME { get; set; }
public string STATUS { get; set; }
public string arrayBidDocBD { get; set; }
public string arrayBidDocGYS { get; set; }
public string WorkPoint { get; set; }
public string PURTeam { get; set; }
public string RFQstatus { get; set; }
public string FileName { get; set; }
public string HASCOSTDETAILS { get; set; }
public bool isUpdate { get; set; }
}
//询价单物料明细
public class ICSSORRFQ2NORMALITEM
{
public string ADDITION1 { get; set; }
public string ADDITION2 { get; set; }
public string COMPANYCODE { get; set; }
public string COSTANALYSISTEMPLATE { get; set; }
public DateTime CREATEDATE { get; set; }
public string CREATETIME { get; set; }
public string CREATEUSER { get; set; }
public string CURRENCY { get; set; }
public DateTime ENDDATE { get; set; }
public string HASCOSTDETAILS { get; set; }
public string ISINCLUDETAX { get; set; }
public string ITEMCLASSID { get; set; }
public string ITEMCODE { get; set; }
public string ITEMNAME { get; set; }
public string ITEMTYPE { get; set; }
public DateTime LOGDATE { get; set; }
public string LOGTIME { get; set; }
public string LOGUSER { get; set; }
public string MEMO { get; set; }
public string PRINCINGITEMCODE { get; set; }
public Decimal? REFERPRICE { get; set; }
public Decimal? REQUESTQUANTITY { get; set; }
public string RFQCODE { get; set; }
public string RFQITEMREFERCODE { get; set; }
public DateTime STARTDATE { get; set; }
public string TRANSPORTATIONTYPE { get; set; }
public string UNIT { get; set; }
public string Requirements { get; set; }
public string WorkPoint { get; set; }
public string InvStd { get; set; }
public string ID { get; set; }
public string Source { get; set; }
public string InvDesc { get; set; }
public string ManuFacturer{ get; set; }
public string ManuFacturerInvCode { get; set; }
public decimal YearQty{ get; set; }
public string ProjectInfo{ get; set; }
public string MaterialGrade{ get; set; }
public string CustomerSpecified{ get; set; }
public string TechnicalDirector{ get; set; }
public string Purchasing { get; set; }
public string Vendorsing { get; set; }
public string EATTRIBUTE18 { get; set; }
}
//询价单供应商明细
public class ICSSORRFQ2VENDOR
{
public string ADDITION1 { get; set; }
public string ADDITION2 { get; set; }
public string COMPANYCODE { get; set; }
public DateTime CREATEDATE { get; set; }
public string CREATETIME { get; set; }
public string CREATEUSER { get; set; }
public string CURRENCY { get; set; }
public string ISCLOSED { get; set; }
public string ISQUOTED { get; set; }
public string ISSHOWPRICE { get; set; }
public string LOCATIONCODE { get; set; }
public DateTime LOGDATE { get; set; }
public string LOGTIME { get; set; }
public string LOGUSER { get; set; }
public string PAYMENTCONDITION { get; set; }
public string PRINCINGVENDORCODE { get; set; }
public string RFQCODE { get; set; }
public string TAXRATE { get; set; }
public string VENDORCODE { get; set; }
public string VENDORTYPE { get; set; }
public string CauseOff { get; set; }
public string WorkPoint { get; set; }
public string ID { get; set; }
}
public class ICSSORRFQRequestFrom2NORMALITEM
{
public string ADDITION1 { get; set; }
public string ADDITION2 { get; set; }
public string COMPANYCODE { get; set; }
public string COSTANALYSISTEMPLATE { get; set; }
public DateTime CREATEDATE { get; set; }
public string CREATETIME { get; set; }
public string CREATEUSER { get; set; }
public string CURRENCY { get; set; }
public DateTime ENDDATE { get; set; }
public string HASCOSTDETAILS { get; set; }
public string ISINCLUDETAX { get; set; }
public string ITEMCLASSID { get; set; }
public string ITEMCODE { get; set; }
public string ITEMNAME { get; set; }
public string ITEMTYPE { get; set; }
public DateTime LOGDATE { get; set; }
public string LOGTIME { get; set; }
public string LOGUSER { get; set; }
public string MEMO { get; set; }
public string PRINCINGITEMCODE { get; set; }
public Decimal? REFERPRICE { get; set; }
public Decimal? REQUESTQUANTITY { get; set; }
public string RFQCODE { get; set; }
public string RFQITEMREFERCODE { get; set; }
public DateTime STARTDATE { get; set; }
public string TRANSPORTATIONTYPE { get; set; }
public string UNIT { get; set; }
public string Requirements { get; set; }
public string WorkPoint { get; set; }
public string InvStd { get; set; }
public string ID { get; set; }
public string Source { get; set; }
public string InvDesc { get; set; }
public string ManuFacturer { get; set; }
public string ManuFacturerInvCode { get; set; }
public decimal YearQty { get; set; }
public string ProjectInfo { get; set; }
public string MaterialGrade { get; set; }
public string CustomerSpecified { get; set; }
public string TechnicalDirector { get; set; }
public string Purchasing { get; set; }
public string Vendorsing { get; set; }
}
}