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

88 lines
2.0 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 APP_BUSINESS_START{
/**
* 业务申请发起<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.APP_BUSINESS_START";
/**
* CARATTRIBUTES STRING(1000)<br>
*/
public static final String CARATTRIBUTES = "CARATTRIBUTES";
/**
* LEASEHOLD STRING(1000)<br>
*/
public static final String LEASEHOLD = "LEASEHOLD";
/**
* PRODUCTMODEL STRING(1000)<br>
*/
public static final String PRODUCTMODEL = "PRODUCTMODEL";
/**
* CARSERIES STRING(1000)<br>
*/
public static final String CARSERIES = "CARSERIES";
/**
* CARSYSTEM STRING(1000)<br>
*/
public static final String CARSYSTEM = "CARSYSTEM";
/**
* PRODUCTID STRING(1000)<br>
*/
public static final String PRODUCTID = "PRODUCTID";
/**
* PRODUCTNAME STRING(1000)<br>
*/
public static final String PRODUCTNAME = "PRODUCTNAME";
/**
* CUSTOMERID STRING(1000)<br>
*/
public static final String CUSTOMERID = "CUSTOMERID";
/**
* CUSTOMERNAME STRING(1000)<br>
*/
public static final String CUSTOMERNAME = "CUSTOMERNAME";
/**
* CUSTOMER_TYPE STRING(1000)<br>
*/
public static final String CUSTOMER_TYPE = "CUSTOMER_TYPE";
/**
* CERTTYPE STRING(1000)<br>
*/
public static final String CERTTYPE = "CERTTYPE";
/**
* CERTID STRING(1000)<br>
*/
public static final String CERTID = "CERTID";
/**
* versionId STRING(1000)<br>
*/
public static final String versionId = "versionId";
/**
* modelId STRING(1000)<br>
*/
public static final String modelId = "modelId";
/**
* PRICE STRING(1000)<br>
*/
public static final String PRICE = "PRICE";
/**
* LITER STRING(1000)<br>
*/
public static final String LITER = "LITER";
/**
* GEARTYPE STRING(1000)<br>
*/
public static final String GEARTYPE = "GEARTYPE";
/**
* BUSINESSTYPE STRING(1000)<br>
*/
public static final String BUSINESSTYPE = "BUSINESSTYPE";
}