Skip to content

Commit

Permalink
🎨 #1550 企业微信TaskCardButton类增加无参构造方法
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 11, 2020
1 parent 95b02d2 commit 92ea01e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package me.chanjar.weixin.cp.bean.taskcard;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
* <pre>
Expand All @@ -14,6 +16,8 @@
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class TaskCardButton {
private String key;
private String name;
Expand Down

0 comments on commit 92ea01e

Please sign in to comment.