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

68 lines
1.4 KiB
Java

package jbo.app;
import java.lang.String;
/**
* 客户信用额度 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface CUSTOMER_QUOTA_MONEY{
/**
* 客户信用额度<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.CUSTOMER_QUOTA_MONEY";
/**
* 标识 STRING(32)<br>
*/
public static final String id = "id";
/**
* 客户编码 STRING(32)<br>
*/
public static final String customerid = "customerid";
/**
* 开始时间 STRING(32)<br>
*/
public static final String starttime = "starttime";
/**
* 结束时间 STRING(32)<br>
*/
public static final String endtime = "endtime";
/**
* 额度金额 STRING(20)<br>
*/
public static final String quotamoney = "quotamoney";
/**
* 备注 STRING(50)<br>
*/
public static final String Remarks = "Remarks";
/**
* 预留 STRING(50)<br>
*/
public static final String key1 = "key1";
/**
* 登记人 STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 登记部门 STRING(32)<br>
*/
public static final String INPUTORGID = "INPUTORGID";
/**
* 登记时间 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 UPDATEORGID = "UPDATEORGID";
/**
* 更新时间 STRING(32)<br>
*/
public static final String UPDATETIME = "UPDATETIME";
}