package jbo.oti;
import java.lang.String;
/**
* 报文体 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface CXBody{
/**
* 报文体
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.oti.CXBody";
/**
* 出账流水号 STRING(20)
*/
public static final String SeriNo = "SeriNo";
/**
* 客户号 STRING(21)
*/
public static final String CustomId = "CustomId";
}