Skip to content

Commit

Permalink
🎨 代码模板添加开发者字段
Browse files Browse the repository at this point in the history
  • Loading branch information
li362692680 authored and Binary Wang committed Mar 27, 2023
1 parent 36028b8 commit 722c2cf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@ public class WxOpenMaCodeTemplate implements Serializable {
*/
@SerializedName(value = "reason")
private String reason;

/**
* 开发者
*/
@SerializedName(value = "developer")
private String developer;
}

0 comments on commit 722c2cf

Please sign in to comment.