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

24 lines
499 B
Java

package jbo.app;
import java.lang.String;
/**
* app手机角色流程 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface role_flow{
/**
* app手机角色流程<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.role_flow";
/**
* 角色名称 STRING(32)<br>
*/
public static final String roleid = "roleid";
/**
* 流程名称 STRING(2000)<br>
*/
public static final String flowname = "flowname";
}