280 lines
6.5 KiB
Java
280 lines
6.5 KiB
Java
package jbo.sys;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 接口平台法人客户信息表 - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface PF_CUSTOMER_COMPANY{
|
|
/**
|
|
* 接口平台法人客户信息表<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.sys.PF_CUSTOMER_COMPANY";
|
|
/**
|
|
* 标识 STRING(32)<br>
|
|
*/
|
|
public static final String id = "id";
|
|
/**
|
|
* 单次请求流水号 STRING(32)<br>
|
|
*/
|
|
public static final String SERIAL = "SERIAL";
|
|
/**
|
|
* 客户编号 STRING(40)<br>
|
|
*/
|
|
public static final String customerid = "customerid";
|
|
/**
|
|
* 渠道申请编号 STRING(32)<br>
|
|
*/
|
|
public static final String APPLICATION_NO = "APPLICATION_NO";
|
|
/**
|
|
* 状态 STRING(20)<br>
|
|
*/
|
|
public static final String status = "status";
|
|
/**
|
|
* 客户状态 STRING(32)<br>
|
|
*/
|
|
public static final String custstatus = "custstatus";
|
|
/**
|
|
* 客户类别 STRING(32)<br>
|
|
*/
|
|
public static final String custtype = "custtype";
|
|
/**
|
|
* 客户名称 STRING(200)<br>
|
|
*/
|
|
public static final String enterprisename = "enterprisename";
|
|
/**
|
|
* 客户英文名 STRING(80)<br>
|
|
*/
|
|
public static final String englishname = "englishname";
|
|
/**
|
|
* 客户来源 STRING(32)<br>
|
|
*/
|
|
public static final String custsource = "custsource";
|
|
/**
|
|
* 内部行业 STRING(32)<br>
|
|
*/
|
|
public static final String custkind = "custkind";
|
|
/**
|
|
* 证件类型 STRING(20)<br>
|
|
*/
|
|
public static final String certtype = "certtype";
|
|
/**
|
|
* 证件号 STRING(40)<br>
|
|
*/
|
|
public static final String certid = "certid";
|
|
/**
|
|
* 国家 STRING(18)<br>
|
|
*/
|
|
public static final String countrycode = "countrycode";
|
|
/**
|
|
* 省份 STRING(18)<br>
|
|
*/
|
|
public static final String provincecode = "provincecode";
|
|
/**
|
|
* 城市 STRING(18)<br>
|
|
*/
|
|
public static final String citycode = "citycode";
|
|
/**
|
|
* 区县 STRING(80)<br>
|
|
*/
|
|
public static final String districtcode = "districtcode";
|
|
/**
|
|
* 贷款卡号 STRING(32)<br>
|
|
*/
|
|
public static final String loancardno = "loancardno";
|
|
/**
|
|
* 贷款卡密码 STRING(32)<br>
|
|
*/
|
|
public static final String loancardpassword = "loancardpassword";
|
|
/**
|
|
* 税务登记证号(国税) STRING(32)<br>
|
|
*/
|
|
public static final String countrytaxno = "countrytaxno";
|
|
/**
|
|
* 税务登记证号(地税) STRING(32)<br>
|
|
*/
|
|
public static final String localtaxno = "localtaxno";
|
|
/**
|
|
* 上级公司名称 STRING(80)<br>
|
|
*/
|
|
public static final String supercorpname = "supercorpname";
|
|
/**
|
|
* 上级公司组织机构代码 STRING(32)<br>
|
|
*/
|
|
public static final String supercertid = "supercertid";
|
|
/**
|
|
* 经济类型 STRING(18)<br>
|
|
*/
|
|
public static final String economytype = "economytype";
|
|
/**
|
|
* 规模 STRING(18)<br>
|
|
*/
|
|
public static final String scope = "scope";
|
|
/**
|
|
* 机构类型 STRING(18)<br>
|
|
*/
|
|
public static final String orgnature = "orgnature";
|
|
/**
|
|
* 机构类别细分 STRING(18)<br>
|
|
*/
|
|
public static final String orgnaturecategory = "orgnaturecategory";
|
|
/**
|
|
* 行业分类 STRING(18)<br>
|
|
*/
|
|
public static final String industrytype = "industrytype";
|
|
/**
|
|
* 注册资本币种 STRING(18)<br>
|
|
*/
|
|
public static final String rccurrency = "rccurrency";
|
|
/**
|
|
* 注册资本 DOUBLE(24)<br>
|
|
*/
|
|
public static final String registercapital = "registercapital";
|
|
/**
|
|
* 实收资本币种 STRING(18)<br>
|
|
*/
|
|
public static final String pccurrency = "pccurrency";
|
|
/**
|
|
* 实收资本 DOUBLE(24)<br>
|
|
*/
|
|
public static final String paiclupcapital = "paiclupcapital";
|
|
/**
|
|
* 营业执照到期日 STRING(10)<br>
|
|
*/
|
|
public static final String licensematurity = "licensematurity";
|
|
/**
|
|
* 营业期限(年) STRING(10)<br>
|
|
*/
|
|
public static final String operationperiod = "operationperiod";
|
|
/**
|
|
* 公司E-Mail STRING(80)<br>
|
|
*/
|
|
public static final String emailadd = "emailadd";
|
|
/**
|
|
* 公司网址 STRING(80)<br>
|
|
*/
|
|
public static final String webadd = "webadd";
|
|
/**
|
|
* 上市公司类型 STRING(32)<br>
|
|
*/
|
|
public static final String listingcorpornot = "listingcorpornot";
|
|
/**
|
|
* 登记机构 STRING(32)<br>
|
|
*/
|
|
public static final String inputorgid = "inputorgid";
|
|
/**
|
|
* 登记人 STRING(32)<br>
|
|
*/
|
|
public static final String inputuserid = "inputuserid";
|
|
/**
|
|
* 更新机构 STRING(32)<br>
|
|
*/
|
|
public static final String updateorgid = "updateorgid";
|
|
/**
|
|
* 更新人员 STRING(32)<br>
|
|
*/
|
|
public static final String updateuserid = "updateuserid";
|
|
/**
|
|
* 登记时间 STRING(32)<br>
|
|
*/
|
|
public static final String inputtime = "inputtime";
|
|
/**
|
|
* 更新时间 STRING(32)<br>
|
|
*/
|
|
public static final String updatetime = "updatetime";
|
|
/**
|
|
* 有无进出口经营权 STRING(18)<br>
|
|
*/
|
|
public static final String hasieright = "hasieright";
|
|
/**
|
|
* 财务报表类型 STRING(18)<br>
|
|
*/
|
|
public static final String financebelong = "financebelong";
|
|
/**
|
|
* 经营场地面积 STRING(30)<br>
|
|
*/
|
|
public static final String workfieldarea = "workfieldarea";
|
|
/**
|
|
* 职工人数 STRING(30)<br>
|
|
*/
|
|
public static final String employeenumber = "employeenumber";
|
|
/**
|
|
* 经营场地所有权 STRING(18)<br>
|
|
*/
|
|
public static final String workfieldfee = "workfieldfee";
|
|
/**
|
|
* 经营范围 STRING(1000)<br>
|
|
*/
|
|
public static final String mostbusiness = "mostbusiness";
|
|
/**
|
|
* 合法经营情况 STRING(1000)<br>
|
|
*/
|
|
public static final String manageinfo = "manageinfo";
|
|
/**
|
|
* 历史沿革、管理水平 STRING(1000)<br>
|
|
*/
|
|
public static final String customerhistory = "customerhistory";
|
|
/**
|
|
* 主要产品情况 STRING(1000)<br>
|
|
*/
|
|
public static final String mainproduction = "mainproduction";
|
|
/**
|
|
* 备注 STRING(20000)<br>
|
|
*/
|
|
public static final String remark = "remark";
|
|
/**
|
|
* 成立日期 STRING(100)<br>
|
|
*/
|
|
public static final String establish_date = "establish_date";
|
|
/**
|
|
* 传真 STRING(32)<br>
|
|
*/
|
|
public static final String fax = "fax";
|
|
/**
|
|
* 申请企业名称 STRING(100)<br>
|
|
*/
|
|
public static final String company_name = "company_name";
|
|
/**
|
|
* 注册地址 STRING(100)<br>
|
|
*/
|
|
public static final String reg_address = "reg_address";
|
|
/**
|
|
* 实际经营地址 STRING(100)<br>
|
|
*/
|
|
public static final String operat_address = "operat_address";
|
|
/**
|
|
* 法定代表人联系方式 STRING(100)<br>
|
|
*/
|
|
public static final String tel = "tel";
|
|
/**
|
|
* 财务负责人姓名 STRING(100)<br>
|
|
*/
|
|
public static final String wealth_name = "wealth_name";
|
|
/**
|
|
* 财务负责人联系方式 STRING(100)<br>
|
|
*/
|
|
public static final String wealth_tel = "wealth_tel";
|
|
/**
|
|
* 公司固定电话 STRING(100)<br>
|
|
*/
|
|
public static final String company_tel = "company_tel";
|
|
/**
|
|
* 企业年主营业务收入 STRING(100)<br>
|
|
*/
|
|
public static final String business_income = "business_income";
|
|
/**
|
|
* 单位性质 STRING(100)<br>
|
|
*/
|
|
public static final String unit_properties = "unit_properties";
|
|
/**
|
|
* 集团性质 STRING(16)<br>
|
|
*/
|
|
public static final String company_properties = "company_properties";
|
|
/**
|
|
* 流程标识 STRING(32)<br>
|
|
*/
|
|
public static final String FLOWUNID = "FLOWUNID";
|
|
} |