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

net.unmz.java.wechat.pay.dto.response.CloseOrderResponseDto Maven / Gradle / Ivy

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

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

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

    private String result_msg;

    public String getResult_msg() {
        return result_msg;
    }

    public void setResult_msg(String result_msg) {
        this.result_msg = result_msg;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy