liujie
6 天以前 729a5a0592cac7750e8b476c5fcb25bfc3ff8d25
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.stylefeng.guns.modular.system.util.qianyuntong.model;
 
import lombok.Data;
 
/**
 * @author zhibing.pu
 * @Date 2025/7/24 17:08
 */
@Data
public class GetPaymentInfoDataRequest {
    /**
     * 支付单标识。传行程单ID
     */
    private String partnerPayId;
    /**
     * 商户号,由支付中心分配
     */
    private String partnerId;
}