|
@@ -70,6 +70,12 @@ public class RtkInfo implements Serializable {
|
|
|
@TableField("status")
|
|
|
private Integer status;
|
|
|
|
|
|
+ /**
|
|
|
+ * rkt类型,0本地鉴权,1自带鉴权
|
|
|
+ */
|
|
|
+ @TableField("auth_type")
|
|
|
+ private Integer authType;
|
|
|
+
|
|
|
@TableField("rec_status")
|
|
|
@TableLogic(value = "A",delval = "I")
|
|
|
private String recStatus;
|