52 lines
1.0 KiB
Java
52 lines
1.0 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 PRODUCT_LOG{
|
|
/**
|
|
* <br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.sys.PRODUCT_LOG";
|
|
/**
|
|
* 标识 STRING(32)<br>
|
|
*/
|
|
public static final String id = "id";
|
|
/**
|
|
* 名称 STRING(50)<br>
|
|
*/
|
|
public static final String name = "name";
|
|
/**
|
|
* 信息 STRING(50)<br>
|
|
*/
|
|
public static final String information = "information";
|
|
/**
|
|
* 操作 STRING(32)<br>
|
|
*/
|
|
public static final String operation = "operation";
|
|
/**
|
|
* 操作目标 STRING(32)<br>
|
|
*/
|
|
public static final String target = "target";
|
|
/**
|
|
* 登记人 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(100)<br>
|
|
*/
|
|
public static final String product_name = "product_name";
|
|
} |