apzl_leasing/src_jbo/jbo/oti/FC_BUYBACK_INFO.java
2023-07-25 10:22:56 +08:00

64 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.oti;
import java.lang.String;
/**
* 回购金额信息 - 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 ALL_REMAIN_CORPUS = "ALL_REMAIN_CORPUS";
/**
* 回购利息 STRING(32)<br>
*/
public static final String ALL_REMAIN_INTEREST = "ALL_REMAIN_INTEREST";
/**
* 回购罚息 STRING(32)<br>
*/
public static final String ALL_REMAIN_PENALTY = "ALL_REMAIN_PENALTY";
/**
* 实际回购总金额 STRING(32)<br>
*/
public static final String BUYBACK_MONEY = "BUYBACK_MONEY";
/**
* 是否已确认 STRING(32)<br>
*/
public static final String IS_CONFIRM = "IS_CONFIRM";
/**
* 凭证状态0未生成1已生成 STRING(32)<br>
*/
public static final String VOUCHER_STATUS = "VOUCHER_STATUS";
/**
* 登记人 STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 登记时间 STRING(32)<br>
*/
public static final String INPUTTIME = "INPUTTIME";
/**
* 更新人 STRING(32)<br>
*/
public static final String UPDATEUSERID = "UPDATEUSERID";
/**
* 更新时间 STRING(32)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
}