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