纽威
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.
 
 
 
 
 

45 lines
1.9 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码是根据模板生成的。
//
// 手动更改此文件可能会导致应用程序中发生异常行为。
// 如果重新生成代码,则将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace NFine.Domain._03_Entity
{
using System;
using System.Collections.Generic;
public partial class ICSSORQUOTATION
{
public string ADDITION1 { get; set; }
public string ADDITION2 { get; set; }
public string BADITEMPROCESS { get; set; }
public string BADPRODUCTPROCESS { get; set; }
public string BADREPAIRPROCESS { get; set; }
public string BUYERMEMO { get; set; }
public string COMPANYCODE { get; set; }
public string COSTTYPE { get; set; }
public Nullable<System.DateTime> CREATEDATE { get; set; }
public Nullable<System.DateTime> CREATETIME { get; set; }
public string CREATEUSER { get; set; }
public string CURRENTQUOINDICATOR { get; set; }
public Nullable<System.DateTime> LOGDATE { get; set; }
public Nullable<System.DateTime> LOGTIME { get; set; }
public string LOGUSER { get; set; }
public Nullable<System.DateTime> PROCESSDATE { get; set; }
public string QUOTATIONCODE { get; set; }
public Nullable<System.DateTime> QUOTEDATE { get; set; }
public string QUOTYPE { get; set; }
public string RFQCODE { get; set; }
public string STATUS { get; set; }
public string VENDORCODE { get; set; }
public string VENDORMEMO { get; set; }
public string PAOUI { get; set; }
public string Description { get; set; }
public string paymentClause { get; set; }
public string WorkPoint { get; set; }
}
}