84 lines
1.8 KiB
Java
84 lines
1.8 KiB
Java
package jbo.app.tenwa.customer;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 客户证件类型表 - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface CUSTOMER_CERT{
|
|
/**
|
|
* 客户证件类型表<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_CERT";
|
|
/**
|
|
* 标识 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 issuecountry = "issuecountry";
|
|
/**
|
|
* 证件类型 STRING(18)<br>
|
|
*/
|
|
public static final String certtype = "certtype";
|
|
/**
|
|
* 证件编号 STRING(30)<br>
|
|
*/
|
|
public static final String certid = "certid";
|
|
/**
|
|
* 证件到期日 STRING(32)<br>
|
|
*/
|
|
public static final String idexpiry = "idexpiry";
|
|
/**
|
|
* 证件状态 STRING(32)<br>
|
|
*/
|
|
public static final String status = "status";
|
|
/**
|
|
* 证件签发城市 STRING(32)<br>
|
|
*/
|
|
public static final String cnidregcity = "cnidregcity";
|
|
/**
|
|
* 客户姓名 STRING(200)<br>
|
|
*/
|
|
public static final String customername = "customername";
|
|
/**
|
|
* 登记机构 STRING(32)<br>
|
|
*/
|
|
public static final String inputorgid = "inputorgid";
|
|
/**
|
|
* 更新人 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 inputuserid = "inputuserid";
|
|
/**
|
|
* 流水号 STRING(32)<br>
|
|
*/
|
|
public static final String serialno = "serialno";
|
|
/**
|
|
* 登记时间 STRING(32)<br>
|
|
*/
|
|
public static final String inputtime = "inputtime";
|
|
/**
|
|
* 更新时间 STRING(32)<br>
|
|
*/
|
|
public static final String updatetime = "updatetime";
|
|
/**
|
|
* 是否主证件 STRING(32)<br>
|
|
*/
|
|
public static final String ismaincert = "ismaincert";
|
|
} |