88 lines
1.9 KiB
Java
88 lines
1.9 KiB
Java
package jbo.oti;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 报文体 - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface DKBody{
|
|
/**
|
|
* 报文体<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.oti.DKBody";
|
|
/**
|
|
* 出账流水号 STRING(20)<br>
|
|
*/
|
|
public static final String SerialNo = "SerialNo";
|
|
/**
|
|
* 合同流水号 STRING(20)<br>
|
|
*/
|
|
public static final String ContractSerialNo = "ContractSerialNo";
|
|
/**
|
|
* 合同号 STRING(20)<br>
|
|
*/
|
|
public static final String ArtificialNo = "ArtificialNo";
|
|
/**
|
|
* 客户号 STRING(20)<br>
|
|
*/
|
|
public static final String CustomerId = "CustomerId";
|
|
/**
|
|
* 客户名称 STRING(40)<br>
|
|
*/
|
|
public static final String CustomerName = "CustomerName";
|
|
/**
|
|
* 业务品种 STRING(10)<br>
|
|
*/
|
|
public static final String BusinessType = "BusinessType";
|
|
/**
|
|
* 业务币种 STRING(10)<br>
|
|
*/
|
|
public static final String BusinessCurrency = "BusinessCurrency";
|
|
/**
|
|
* 起贷日 DATE(10)<br>
|
|
*/
|
|
public static final String PutOutDate = "PutOutDate";
|
|
/**
|
|
* 到期日 DATE(10)<br>
|
|
*/
|
|
public static final String Maturity = "Maturity";
|
|
/**
|
|
* 担保方式 STRING(10)<br>
|
|
*/
|
|
public static final String VouchType = "VouchType";
|
|
/**
|
|
* 贷款形式 STRING(3)<br>
|
|
*/
|
|
public static final String CreditKind = "CreditKind";
|
|
/**
|
|
* 计息方式 STRING(3)<br>
|
|
*/
|
|
public static final String ICType = "ICType";
|
|
/**
|
|
* 合同金额 DOUBLE(16)<br>
|
|
*/
|
|
public static final String ContractSum = "ContractSum";
|
|
/**
|
|
* 借据金额 DOUBLE(16)<br>
|
|
*/
|
|
public static final String BusinessSum = "BusinessSum";
|
|
/**
|
|
* 结算帐号 STRING(32)<br>
|
|
*/
|
|
public static final String AccountNo = "AccountNo";
|
|
/**
|
|
* 贷款利率 DOUBLE(10)<br>
|
|
*/
|
|
public static final String BusinessRate = "BusinessRate";
|
|
/**
|
|
* 基准利率 DOUBLE(10)<br>
|
|
*/
|
|
public static final String BaseRate = "BaseRate";
|
|
/**
|
|
* 发生方式 STRING(20)<br>
|
|
*/
|
|
public static final String OccurType = "OccurType";
|
|
} |