瀏覽代碼

用户认证历史纪录

Zhaops 6 年之前
父節點
當前提交
a29c7b3bfb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      user-service/src/main/java/com/diagbot/entity/UserAuthentication.java

+ 3 - 3
user-service/src/main/java/com/diagbot/entity/UserAuthentication.java

@@ -57,7 +57,7 @@ public class UserAuthentication implements Serializable {
     /**
      * 申请单号
      */
-    private String orderNum;
+    private Long orderNum;
 
     /**
      * 是否通过认证 0:未通过,1:已通过
@@ -146,11 +146,11 @@ public class UserAuthentication implements Serializable {
         this.userId = userId;
     }
 
-    public String getOrderNum() {
+    public Long getOrderNum() {
         return orderNum;
     }
 
-    public void setOrderNum(String orderNum) {
+    public void setOrderNum(Long orderNum) {
         this.orderNum = orderNum;
     }