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

com.github.freegeese.weixin.pay.app.dto.AppBatchQueryCommentRequest Maven / Gradle / Ivy

The newest version!
package com.github.freegeese.weixin.pay.app.dto;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
@Data
@XStreamAlias("xml")
public class AppBatchQueryCommentRequest {
	private String appid;
	private String mch_id;
	private String nonce_str;
	private String sign;
	private String sign_type;
	private String begin_time;
	private String end_time;
	private String offset;
	private String limit;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy