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.
39 lines
1.5 KiB
39 lines
1.5 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码是根据模板生成的。
|
|
//
|
|
// 手动更改此文件可能会导致应用程序中发生异常行为。
|
|
// 如果重新生成代码,则将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace NFine.Domain._03_Entity
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class ICSSORRFQ2VENDOR
|
|
{
|
|
public string ADDITION1 { get; set; }
|
|
public string ADDITION2 { get; set; }
|
|
public string COMPANYCODE { get; set; }
|
|
public decimal CREATEDATE { get; set; }
|
|
public decimal 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 decimal LOGDATE { get; set; }
|
|
public decimal 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 WorkPoint { get; set; }
|
|
}
|
|
}
|