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

56 lines
1.3 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.loan;
import java.lang.String;
/**
* 广发银行网银流水每日日志 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface LB_CGB_0032_LOG{
/**
* 广发银行网银流水每日日志<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.loan.LB_CGB_0032_LOG";
/**
* 标识 STRING(32)<br>
*/
public static final String id = "id";
/**
* 银行账号 STRING(30)<br>
*/
public static final String account = "account";
/**
* 网银流水日期 STRING(10)<br>
*/
public static final String tran_date = "tran_date";
/**
* 当天网银流水记录数 INT(20)<br>
*/
public static final String record_num = "record_num";
/**
* 正在处理的tran_code STRING(50)<br>
*/
public static final String curr_rec_tran_code = "curr_rec_tran_code";
/**
* 正在处理的tran_seq STRING(50)<br>
*/
public static final String curr_rec_tran_seq = "curr_rec_tran_seq";
/**
* 当天网银处理状态0处理中1处理成功2处理失败 INT(20)<br>
*/
public static final String status = "status";
/**
* 失败信息 STRING(255)<br>
*/
public static final String fail_msg = "fail_msg";
/**
* 创建时间 STRING(20)<br>
*/
public static final String create_time = "create_time";
/**
* 更新时间 STRING(20)<br>
*/
public static final String update_time = "update_time";
}