package jbo.app; import java.lang.String; /** * app手机角色流程 - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface role_flow{ /** * app手机角色流程

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.app.role_flow"; /** * 角色名称 STRING(32)
*/ public static final String roleid = "roleid"; /** * 流程名称 STRING(2000)
*/ public static final String flowname = "flowname"; }