60 lines
1.2 KiB
Java
60 lines
1.2 KiB
Java
package jbo.sys;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface USER_TASK_DATA{
|
|
/**
|
|
* <br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.sys.USER_TASK_DATA";
|
|
/**
|
|
* id STRING(32)<br>
|
|
*/
|
|
public static final String id = "id";
|
|
/**
|
|
* userid STRING(32)<br>
|
|
*/
|
|
public static final String userid = "userid";
|
|
/**
|
|
* roleid STRING(32)<br>
|
|
*/
|
|
public static final String roleid = "roleid";
|
|
/**
|
|
* flowno STRING(32)<br>
|
|
*/
|
|
public static final String flowno = "flowno";
|
|
/**
|
|
* flowunid STRING(32)<br>
|
|
*/
|
|
public static final String flowunid = "flowunid";
|
|
/**
|
|
* project_id STRING(32)<br>
|
|
*/
|
|
public static final String project_id = "project_id";
|
|
/**
|
|
* contract_id STRING(32)<br>
|
|
*/
|
|
public static final String contract_id = "contract_id";
|
|
/**
|
|
* begintime STRING(32)<br>
|
|
*/
|
|
public static final String begintime = "begintime";
|
|
/**
|
|
* endtime STRING(32)<br>
|
|
*/
|
|
public static final String endtime = "endtime";
|
|
/**
|
|
* status STRING(32)<br>
|
|
*/
|
|
public static final String status = "status";
|
|
/**
|
|
* taskno STRING(32)<br>
|
|
*/
|
|
public static final String taskno = "taskno";
|
|
} |