32 lines
681 B
Java
32 lines
681 B
Java
package jbo.app;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 申请关联表 - JBO命名类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> edit.<br>
|
|
|
|
*/
|
|
public interface APPLY_RELATIVE{
|
|
/**
|
|
* 申请关联表<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.APPLY_RELATIVE";
|
|
/**
|
|
* OBJECTNO STRING(40)<br>
|
|
*/
|
|
public static final String OBJECTNO = "OBJECTNO";
|
|
/**
|
|
* OBJECTTYPE STRING(18)<br>
|
|
*/
|
|
public static final String OBJECTTYPE = "OBJECTTYPE";
|
|
/**
|
|
* RELATIVESUM DOUBLE(24)<br>
|
|
*/
|
|
public static final String RELATIVESUM = "RELATIVESUM";
|
|
/**
|
|
* SERIALNO STRING(40)<br>
|
|
*/
|
|
public static final String SERIALNO = "SERIALNO";
|
|
} |