package jbo.oti; import java.lang.String; /** * 报文体 - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface KHBody{ /** * 报文体

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.oti.KHBody"; /** * 证件号码 STRING(21)
*/ public static final String CertId = "CertId"; /** * 证件类型 STRING(20)
*/ public static final String CertType = "CertType"; }