mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
#529 EntPayBankRequest增加默认构造函数
This commit is contained in:
parent
b69a0b96f5
commit
5295b26aaf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user