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

36 lines
767 B
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;
/**
* AWE_JSP_RUNTIME - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface AWE_JSP_RUNTIME{
/**
* AWE_JSP_RUNTIME<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.awe.AWE_JSP_RUNTIME";
/**
* 统计类型H小时、D天 STRING(1)<br>
*/
public static final String JRTYPE = "JRTYPE";
/**
* 统计周期 STRING(16)<br>
*/
public static final String JRTERM = "JRTERM";
/**
* 服务标识 STRING(120)<br>
*/
public static final String SERVERID = "SERVERID";
/**
* 运行次数 INT(20)<br>
*/
public static final String JRCOUNT = "JRCOUNT";
/**
* 耗时 DOUBLE(24)<br>
*/
public static final String JRTIME = "JRTIME";
}