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

24 lines
473 B
Java

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