apzl_leasing/src_jbo/jbo/oti/FC_REQUEST_CHANNEL_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.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_REQUEST_CHANNEL_LOG{
/**
* 资方变更日志表<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.oti.FC_REQUEST_CHANNEL_LOG";
/**
* 唯一标识 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 PRE_CHANNEL_NO = "PRE_CHANNEL_NO";
/**
* 修改前资方名称 STRING(32)<br>
*/
public static final String PRE_CHANNEL_NAME = "PRE_CHANNEL_NAME";
/**
* 修改后资方编号 STRING(32)<br>
*/
public static final String CHANNEL_NO = "CHANNEL_NO";
/**
* 修改后资方名称 STRING(32)<br>
*/
public static final String CHANNEL_NAME = "CHANNEL_NAME";
/**
* 描述 STRING(32)<br>
*/
public static final String REMARK = "REMARK";
/**
* 变更结果 STRING(32)<br>
*/
public static final String CHANGE_RESULT = "CHANGE_RESULT";
/**
* 变更类型1.资方审批拒绝变更2.逾期回购 STRING(32)<br>
*/
public static final String CHANGE_TYPE = "CHANGE_TYPE";
/**
* 创建时间 STRING(32)<br>
*/
public static final String CREATETIME = "CREATETIME";
}