All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.unmz.java.wechat.pay.dto.request.CloseOrderRequestDto Maven / Gradle / Ivy

There is a newer version: 1.0.13
Show newest version
package net.unmz.java.wechat.pay.dto.request;

import net.unmz.java.wechat.pay.dto.BaseRequestDto;

/**
 * Project Name:
 * 功能描述:
 *
 * @author [email protected]
 * @version 1.0
 * @date 2018-3-31 23:25
 * @since JDK 1.8
 */
public class CloseOrderRequestDto extends BaseRequestDto {
    private static final long serialVersionUID = -1349906684158740888L;

    private String out_trade_no;

    public String getOut_trade_no() {
        return out_trade_no;
    }

    public void setOut_trade_no(String out_trade_no) {
        this.out_trade_no = out_trade_no;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy