apzl_leasing/src_cmb/com/tenwa/sdk/VO/SDKPayRqxVO.java
2018-06-19 19:56:54 +08:00

38 lines
970 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.tenwa.sdk.VO;
import lombok.Data;
@Data
public class SDKPayRqxVO {
/*
* URL[https://u.ebank.cmbchina.com/CmbBank_GenShell/UI/Help/DCBank2/API.aspx?03ZFJS/08DCPAYREQ]
*/
/*
* 名称[业务类别]
* 类型[C(6)]
* 取值[N02030:支付 N02040:集团支付]
* 可空[否]
* 备注[无]
*/
private String BUSCOD ;
/*
* 名称[业务模式编号]
* 类型[C(5)]
* 取值[]
* 可空[否]
* 备注[业务模式编号和业务模式名称不能同时为空业务模式编号和业务模式名称同时有值时业务模式编号有效可经办的业务模式可通过查询可经办的业务模式信息ListMode获得也可以在通过前置机程序查询获得。]
*/
private String BUSMOD ;
/*
* 名称[业务模式名称]
* 类型[]
* 取值[]
* 可空[可]
* 备注[业务模式编号和业务模式名称不能同时为空业务模式编号和业务模式名称同时有值时业务模式编号有效可经办的业务模式可通过查询可经办的业务模式信息ListMode获得也可以在通过前置机程序查询获得。]
*/
private String MODALS ;
}