Pu Zhibing
昨天 f3106694f7f9992391b26897571ff11462cfe475
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.stylefeng.guns.modular.system.util.qianyuntong.model;
 
import lombok.Data;
 
@Data
public class TradeOrderRefund {
    /**
     * 退款总金额
     */
    private String refundTotalFee;
    /**
     * 退款标识
     */
    private String refundId;
}