32 lines
689 B
Java
32 lines
689 B
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 OBJECT_CHANGELOG{
|
|
/**
|
|
* 对象变动记录<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.sys.OBJECT_CHANGELOG";
|
|
/**
|
|
* 对象类型 STRING(18)<br>
|
|
*/
|
|
public static final String OBJECTTYPE = "OBJECTTYPE";
|
|
/**
|
|
* 对象编号 STRING(32)<br>
|
|
*/
|
|
public static final String OBJECTNO = "OBJECTNO";
|
|
/**
|
|
* 发生日期 DATE(10)<br>
|
|
*/
|
|
public static final String OCCURDATE = "OCCURDATE";
|
|
/**
|
|
* 发生时间 STRING(10)<br>
|
|
*/
|
|
public static final String OCCURTIME = "OCCURTIME";
|
|
} |