反馈表实体类
This commit is contained in:
parent
e36603feb5
commit
76c206f2f1
56
src_jbo/jbo/app/SUBMIT_USER_FEEDBACK.java
Normal file
56
src_jbo/jbo/app/SUBMIT_USER_FEEDBACK.java
Normal file
@ -0,0 +1,56 @@
|
||||
package jbo.app;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface SUBMIT_USER_FEEDBACK{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.SUBMIT_USER_FEEDBACK";
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 意见信息 STRING(5000)<br>
|
||||
*/
|
||||
public static final String opinion = "opinion";
|
||||
/**
|
||||
* 其他参数 STRING(5000)<br>
|
||||
*/
|
||||
public static final String rest_information = "rest_information";
|
||||
/**
|
||||
* 备用字段 STRING(3000)<br>
|
||||
*/
|
||||
public static final String standby_field = "standby_field";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user