apzl_leasing/src_jbo/jbo/oti/FC_BUYBACK_INFO.java
2021-08-26 13:20:10 +08:00

75 lines
1.9 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.oti;
/**
* 接口资料表 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface FC_BUYBACK_INFO {
/**
* 接口资料表<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.oti.FC_BUYBACK_INFO";
/**
* 唯一标识 STRING(32)<br>
*/
public static final String ID = "ID";
/**
* 资方请求id STRING(32)<br>
*/
public static final String FC_REQUEST_ID = "FC_REQUEST_ID";
/**
* 逾期开始期次 STRING(32)<br>
*/
public static final String OVERDUE_LIST = "OVERDUE_LIST";
/**
* 逾期第一期本金 STRING(32)<br>
*/
public static final String FIRST_OVERDUE_CORPUS = "FIRST_OVERDUE_CORPUS";
/**
* 逾期第一期利息 STRING(32)<br>
*/
public static final String FIRST_OVERDUE_INTEREST = "FIRST_OVERDUE_INTEREST";
/**
* 逾期第一期罚息 STRING(32)<br>
*/
public static final String FIRST_OVERDUE_PENALTY = "FIRST_OVERDUE_PENALTY";
/**
* 逾期第二期本金 STRING(32)<br>
*/
public static final String SECOND_OVERDUE_CORPUS = "SECOND_OVERDUE_CORPUS";
/**
* 逾期第二期利息 STRING(32)<br>
*/
public static final String SECOND_OVERDUE_INTEREST = "SECOND_OVERDUE_INTEREST";
/**
* 逾期第二期罚息 STRING(32)<br>
*/
public static final String SECOND_OVERDUE_PENALTY = "SECOND_OVERDUE_PENALTY";
/**
* 实际回购总金额 STRING(32)<br>
*/
public static final String BUYBACK_MONEY = "BUYBACK_MONEY";
/**
* 凭证状态0未生成1已生成 STRING(32)<br>
*/
public static final String VOUCHER_STATUS = "VOUCHER_STATUS";
/**
* INPUTUSERID STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* INPUTTIME STRING(32)<br>
*/
public static final String INPUTTIME = "INPUTTIME";
/**
* UPDATEUSERID STRING(32)<br>
*/
public static final String UPDATEUSERID = "UPDATEUSERID";
/**
* UPDATETIME STRING(32)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
}