apzl_leasing/src_jbo/jbo/acct/ACCT_GENERAL_LEDGER.java
2019-12-20 19:23:48 +08:00

72 lines
1.5 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package jbo.acct;
import java.lang.String;
/**
* 总帐信息 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface ACCT_GENERAL_LEDGER{
/**
* 总帐信息<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.acct.ACCT_GENERAL_LEDGER";
/**
* 流水号 STRING(40)<br>
*/
public static final String SERIALNO = "SERIALNO";
/**
* 日期 STRING(10)<br>
*/
public static final String BOOKDATE = "BOOKDATE";
/**
* 帐套Code:AccountBookType STRING(10)<br>
*/
public static final String BOOKTYPE = "BOOKTYPE";
/**
* 科目号 STRING(32)<br>
*/
public static final String ACCOUNTCODENO = "ACCOUNTCODENO";
/**
* 币种 STRING(10)<br>
*/
public static final String CURRENCY = "CURRENCY";
/**
* 机构 STRING(32)<br>
*/
public static final String ORGID = "ORGID";
/**
* 借方余额 DOUBLE(20)<br>
*/
public static final String DEBITBALANCE = "DEBITBALANCE";
/**
* 贷方余额 DOUBLE(20)<br>
*/
public static final String CREDITBALANCE = "CREDITBALANCE";
/**
* 借方当日发生额 DOUBLE(20)<br>
*/
public static final String DEBITAMTDAY = "DEBITAMTDAY";
/**
* 贷方当日发生额 DOUBLE(20)<br>
*/
public static final String CREDITAMTDAY = "CREDITAMTDAY";
/**
* 扩展属性 STRING(10)<br>
*/
public static final String ITEM1 = "ITEM1";
/**
* 扩展属性 STRING(10)<br>
*/
public static final String ITEM2 = "ITEM2";
/**
* 扩展属性 STRING(10)<br>
*/
public static final String ITEM3 = "ITEM3";
/**
* 扩展属性 STRING(10)<br>
*/
public static final String ITEM4 = "ITEM4";
}