package jbo.finasys; import java.lang.String; /** * 客户财务报表记录 - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface CUSTOMER_FSRECORD{ /** * 客户财务报表记录

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.finasys.CUSTOMER_FSRECORD"; /** * CUSTOMERID STRING(32)
*/ public static final String CUSTOMERID = "CUSTOMERID"; /** * RECORDNO STRING(32)
*/ public static final String RECORDNO = "RECORDNO"; /** * REPORTDATE STRING(10)
*/ public static final String REPORTDATE = "REPORTDATE"; /** * REPORTSCOPE STRING(18)
*/ public static final String REPORTSCOPE = "REPORTSCOPE"; /** * REPORTPERIOD STRING(18)
*/ public static final String REPORTPERIOD = "REPORTPERIOD"; /** * REPORTCURRENCY STRING(18)
*/ public static final String REPORTCURRENCY = "REPORTCURRENCY"; /** * REPORTUNIT STRING(18)
*/ public static final String REPORTUNIT = "REPORTUNIT"; /** * REPORTSTATUS STRING(18)
*/ public static final String REPORTSTATUS = "REPORTSTATUS"; /** * REPORTFLAG STRING(1)
*/ public static final String REPORTFLAG = "REPORTFLAG"; /** * REPORTOPINION STRING(200)
*/ public static final String REPORTOPINION = "REPORTOPINION"; /** * AUDITFLAG STRING(1)
*/ public static final String AUDITFLAG = "AUDITFLAG"; /** * AUDITOFFICE STRING(80)
*/ public static final String AUDITOFFICE = "AUDITOFFICE"; /** * AUDITOPINION STRING(80)
*/ public static final String AUDITOPINION = "AUDITOPINION"; /** * INPUTDATE STRING(20)
*/ public static final String INPUTDATE = "INPUTDATE"; /** * ORGID STRING(32)
*/ public static final String ORGID = "ORGID"; /** * USERID STRING(32)
*/ public static final String USERID = "USERID"; /** * UPDATEDATE STRING(10)
*/ public static final String UPDATEDATE = "UPDATEDATE"; /** * REMARK STRING(200)
*/ public static final String REMARK = "REMARK"; }