80 lines
1.7 KiB
Java
80 lines
1.7 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 TXBody{
|
|
/**
|
|
* 报文体<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.oti.TXBody";
|
|
/**
|
|
* 出账流水号 STRING(20)<br>
|
|
*/
|
|
public static final String SerialNo = "SerialNo";
|
|
/**
|
|
* 客户号 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 BusinessCurrency = "BusinessCurrency";
|
|
/**
|
|
* 贴现业务种类 STRING(10)<br>
|
|
*/
|
|
public static final String BusinessType = "BusinessType";
|
|
/**
|
|
* 票据号码 STRING(32)<br>
|
|
*/
|
|
public static final String BillNo = "BillNo";
|
|
/**
|
|
* 票面金额 DOUBLE(16)<br>
|
|
*/
|
|
public static final String BusinessSum = "BusinessSum";
|
|
/**
|
|
* 起息日 DATE(10)<br>
|
|
*/
|
|
public static final String PutOutDate = "PutOutDate";
|
|
/**
|
|
* 到期日 DATE(10)<br>
|
|
*/
|
|
public static final String Maturity = "Maturity";
|
|
/**
|
|
* 贴现付息方式 STRING(3)<br>
|
|
*/
|
|
public static final String AcceptIntType = "AcceptIntType";
|
|
/**
|
|
* 买方付息比例 INT(10)<br>
|
|
*/
|
|
public static final String BillRisk = "BillRisk";
|
|
/**
|
|
* 贴现月利率 DOUBLE(10)<br>
|
|
*/
|
|
public static final String BusinessRate = "BusinessRate";
|
|
/**
|
|
* 买方付息帐号 STRING(32)<br>
|
|
*/
|
|
public static final String PdgAccountNo = "PdgAccountNo";
|
|
/**
|
|
* 结算帐号 STRING(32)<br>
|
|
*/
|
|
public static final String AccountNo = "AccountNo";
|
|
/**
|
|
* 票据来源 STRING(10)<br>
|
|
*/
|
|
public static final String PdgPayMethod = "PdgPayMethod";
|
|
/**
|
|
* 调整天数 INT(10)<br>
|
|
*/
|
|
public static final String FixCyc = "FixCyc";
|
|
} |