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

88 lines
2.0 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package jbo.awe;
import java.lang.String;
/**
* 查询配置基本信息 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface AWE_QUERY_INFO{
/**
* 查询配置基本信息<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.awe.AWE_QUERY_INFO";
/**
* 查询方案编号 STRING(32)<br>
*/
public static final String QUERYSCHEMENO = "QUERYSCHEMENO";
/**
* 查询方案名称 STRING(100)<br>
*/
public static final String QUERYSCHEMENAME = "QUERYSCHEMENAME";
/**
* 主对象 STRING(80)<br>
*/
public static final String BIZOBJCLASS = "BIZOBJCLASS";
/**
* 关联对象串JSON格式 STRING(200)<br>
*/
public static final String RELATEDCLASS = "RELATEDCLASS";
/**
* 对象间关系 STRING(1000)<br>
*/
public static final String RELATION = "RELATION";
/**
* 查询条件 STRING(1000)<br>
*/
public static final String QUERYCLAUSE = "QUERYCLAUSE";
/**
* 输出信息项 STRING(400)<br>
*/
public static final String DISPLAYITEMS = "DISPLAYITEMS";
/**
* 排序信息项 STRING(200)<br>
*/
public static final String ORDERITEMS = "ORDERITEMS";
/**
* 汇总信息项 STRING(200)<br>
*/
public static final String GROUPITEMS = "GROUPITEMS";
/**
* 合计信息项 STRING(200)<br>
*/
public static final String SUMMARYITEMS = "SUMMARYITEMS";
/**
* 查询条件列 STRING(1000)<br>
*/
public static final String FilterCols = "FilterCols";
/**
* 参数变量串 STRING(1000)<br>
*/
public static final String QUERYPARAMS = "QUERYPARAMS";
/**
* 查询脚本 STRING(2000)<br>
*/
public static final String QUERYSQL = "QUERYSQL";
/**
* 是否私有 STRING(2)<br>
*/
public static final String ISPRIVATE = "ISPRIVATE";
/**
* 查询频率 INT(10)<br>
*/
public static final String FREQUENCY = "FREQUENCY";
/**
* 录入人 STRING(32)<br>
*/
public static final String USERID = "USERID";
/**
* 录入机构 STRING(32)<br>
*/
public static final String ORGID = "ORGID";
/**
* 更新时间 STRING(20)<br>
*/
public static final String UPDATEDATE = "UPDATEDATE";
}