68 lines
1.5 KiB
Java
68 lines
1.5 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 CDBody{
|
|
/**
|
|
* 报文体<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.oti.CDBody";
|
|
/**
|
|
* 出账流水号 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(32)<br>
|
|
*/
|
|
public static final String AccountNo = "AccountNo";
|
|
/**
|
|
* 签发日 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 CorpusPayMethod = "CorpusPayMethod";
|
|
/**
|
|
* 出票人帐号 STRING(32)<br>
|
|
*/
|
|
public static final String SecondPayAccount = "SecondPayAccount";
|
|
/**
|
|
* 收款人户名 STRING(40)<br>
|
|
*/
|
|
public static final String GatheringName = "GatheringName";
|
|
/**
|
|
* 收款行行名 STRING(40)<br>
|
|
*/
|
|
public static final String AboutBankName = "AboutBankName";
|
|
/**
|
|
* 汇票金额 DOUBLE(16)<br>
|
|
*/
|
|
public static final String BusinessSum = "BusinessSum";
|
|
/**
|
|
* 保证金帐号 STRING(32)<br>
|
|
*/
|
|
public static final String BailAccount = "BailAccount";
|
|
} |