apzl_leasing/src_jbo/jbo/awe/DATAOBJECT_COL_VALID.java
2019-12-20 19:23:48 +08:00

80 lines
1.6 KiB
Java

package jbo.awe;
import java.lang.String;
/**
* DW字段验证规则 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface DATAOBJECT_COL_VALID{
/**
* DW字段验证规则<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.awe.DATAOBJECT_COL_VALID";
/**
* 流水号 STRING(32)<br>
*/
public static final String SERIALNO = "SERIALNO";
/**
* 显示模板编号 STRING(32)<br>
*/
public static final String DONO = "DONO";
/**
* jbo属性名 STRING(32)<br>
*/
public static final String COLNAME = "COLNAME";
/**
* 对应验证规则 STRING(32)<br>
*/
public static final String VALIDATORNAME = "VALIDATORNAME";
/**
* 参数1 STRING(2000)<br>
*/
public static final String PARAM1 = "PARAM1";
/**
* 参数2 STRING(200)<br>
*/
public static final String PARAM2 = "PARAM2";
/**
* 参数3 STRING(400)<br>
*/
public static final String PARAM3 = "PARAM3";
/**
* 参数4 STRING(400)<br>
*/
public static final String PARAM4 = "PARAM4";
/**
* 参数5 STRING(32)<br>
*/
public static final String PARAM5 = "PARAM5";
/**
* 参数6 STRING(32)<br>
*/
public static final String PARAM6 = "PARAM6";
/**
* 参数7 STRING(32)<br>
*/
public static final String PARAM7 = "PARAM7";
/**
* 参数8 STRING(32)<br>
*/
public static final String PARAM8 = "PARAM8";
/**
* 参数9 STRING(32)<br>
*/
public static final String PARAM9 = "PARAM9";
/**
* 参数10 STRING(32)<br>
*/
public static final String PARAM10 = "PARAM10";
/**
* 编辑状态 STRING(32)<br>
*/
public static final String USESTATUS = "USESTATUS";
/**
* 是否使用 STRING(1)<br>
*/
public static final String ISINUSE = "ISINUSE";
}