Kaynağa Gözat

列表增加taku_public_key

marxjaw 3 ay önce
ebeveyn
işleme
21d539915c

+ 1 - 1
yt-common/src/main/java/com/ytpm/middle/param/AgentForm.java

@@ -45,5 +45,5 @@ public class AgentForm extends AgentBaseInfoParam {
     private Integer userType;
     /** taku公钥 */
     @ApiModelProperty("taku公钥")
-    private String takuPubilcKey;
+    private String takuPublicKey;
 }

+ 1 - 1
yt-common/src/main/java/com/ytpm/middle/view/AgentBaseInfoListVO.java

@@ -52,5 +52,5 @@ public class AgentBaseInfoListVO extends BaseParam {
     private Integer userType;
 
     @ApiModelProperty("taku公钥")
-    private String takuPubilcKey;
+    private String takuPublicKey;
 }