mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-30 18:19:04 +08:00 
			
		
		
		
	#529 EntPayBankRequest增加默认构造函数
This commit is contained in:
		| @ -6,6 +6,7 @@ import com.thoughtworks.xstream.annotations.XStreamAlias; | ||||
| import lombok.Builder; | ||||
| import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | ||||
| import lombok.NoArgsConstructor; | ||||
| import me.chanjar.weixin.common.annotation.Required; | ||||
|  | ||||
| /** | ||||
| @ -18,6 +19,7 @@ import me.chanjar.weixin.common.annotation.Required; | ||||
|  */ | ||||
| @Data | ||||
| @EqualsAndHashCode(callSuper = true) | ||||
| @NoArgsConstructor | ||||
| @Builder | ||||
| @XStreamAlias("xml") | ||||
| public class EntPayBankRequest extends BaseWxPayRequest { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang