Skip to content

Commit 92ea01e

Browse files
committed
🎨 #1550 企业微信TaskCardButton类增加无参构造方法
1 parent 95b02d2 commit 92ea01e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/taskcard/TaskCardButton.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package me.chanjar.weixin.cp.bean.taskcard;
22

3+
import lombok.AllArgsConstructor;
34
import lombok.Builder;
45
import lombok.Data;
6+
import lombok.NoArgsConstructor;
57

68
/**
79
* <pre>
@@ -14,6 +16,8 @@
1416
*/
1517
@Data
1618
@Builder
19+
@NoArgsConstructor
20+
@AllArgsConstructor
1721
public class TaskCardButton {
1822
private String key;
1923
private String name;

0 commit comments

Comments
 (0)