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

88 lines
2.0 KiB
Java

package jbo.finasys;
import java.lang.String;
/**
* 客户财务报表记录 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface CUSTOMER_FSRECORD{
/**
* 客户财务报表记录<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.finasys.CUSTOMER_FSRECORD";
/**
* CUSTOMERID STRING(32)<br>
*/
public static final String CUSTOMERID = "CUSTOMERID";
/**
* RECORDNO STRING(32)<br>
*/
public static final String RECORDNO = "RECORDNO";
/**
* REPORTDATE STRING(10)<br>
*/
public static final String REPORTDATE = "REPORTDATE";
/**
* REPORTSCOPE STRING(18)<br>
*/
public static final String REPORTSCOPE = "REPORTSCOPE";
/**
* REPORTPERIOD STRING(18)<br>
*/
public static final String REPORTPERIOD = "REPORTPERIOD";
/**
* REPORTCURRENCY STRING(18)<br>
*/
public static final String REPORTCURRENCY = "REPORTCURRENCY";
/**
* REPORTUNIT STRING(18)<br>
*/
public static final String REPORTUNIT = "REPORTUNIT";
/**
* REPORTSTATUS STRING(18)<br>
*/
public static final String REPORTSTATUS = "REPORTSTATUS";
/**
* REPORTFLAG STRING(1)<br>
*/
public static final String REPORTFLAG = "REPORTFLAG";
/**
* REPORTOPINION STRING(200)<br>
*/
public static final String REPORTOPINION = "REPORTOPINION";
/**
* AUDITFLAG STRING(1)<br>
*/
public static final String AUDITFLAG = "AUDITFLAG";
/**
* AUDITOFFICE STRING(80)<br>
*/
public static final String AUDITOFFICE = "AUDITOFFICE";
/**
* AUDITOPINION STRING(80)<br>
*/
public static final String AUDITOPINION = "AUDITOPINION";
/**
* INPUTDATE STRING(20)<br>
*/
public static final String INPUTDATE = "INPUTDATE";
/**
* ORGID STRING(32)<br>
*/
public static final String ORGID = "ORGID";
/**
* USERID STRING(32)<br>
*/
public static final String USERID = "USERID";
/**
* UPDATEDATE STRING(10)<br>
*/
public static final String UPDATEDATE = "UPDATEDATE";
/**
* REMARK STRING(200)<br>
*/
public static final String REMARK = "REMARK";
}