package jbo.app;
import java.lang.String;
/**
* 项目关联对象 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface PROJECT_RELATIVE{
/**
* 项目关联对象
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.PROJECT_RELATIVE";
/**
* OBJECTNO STRING(40)
*/
public static final String OBJECTNO = "OBJECTNO";
/**
* OBJECTTYPE STRING(18)
*/
public static final String OBJECTTYPE = "OBJECTTYPE";
/**
* PROJECTNO STRING(40)
*/
public static final String PROJECTNO = "PROJECTNO";
/**
* REMARK STRING(200)
*/
public static final String REMARK = "REMARK";
}