🎨 代码模板添加开发者字段

This commit is contained in:
四叶草 2023-03-27 08:27:26 +00:00 committed by Binary Wang
parent 36028b8d5b
commit 722c2cfe2b

View File

@ -76,4 +76,10 @@ public class WxOpenMaCodeTemplate implements Serializable {
*/
@SerializedName(value = "reason")
private String reason;
/**
* 开发者
*/
@SerializedName(value = "developer")
private String developer;
}