package jbo.awe;
import java.lang.String;
/**
* 向导运行记录 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface AWE_WIZARD_RUNNER{
/**
* 向导运行记录
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.awe.AWE_WIZARD_RUNNER";
/**
* 向导编号 STRING(32)
*/
public static final String WIZARDID = "WIZARDID";
/**
* 向导运行对象 STRING(32)
*/
public static final String OBJECTNO = "OBJECTNO";
/**
* 向导运行记录 STRING(4000)
*/
public static final String WIZARDINFO = "WIZARDINFO";
}