记得上下班打卡 | git大法好,push需谨慎

Commit c74c5549 authored by sunyuntian's avatar sunyuntian

exit emileUser entity

parent dba13f7a
......@@ -2,6 +2,7 @@ package com.liquidnet.service.smile.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
......@@ -19,6 +20,7 @@ import java.time.LocalDateTime;
*/
@Data
@EqualsAndHashCode(callSuper = false)
@Builder
public class SmileUser implements Serializable {
private static final long serialVersionUID = 1L;
......@@ -126,6 +128,16 @@ public class SmileUser implements Serializable {
*/
private Integer tag;
/**
* 认证标识
*/
private Integer authTag;
/**
* 认证失败原因
*/
private String errorReason;
/**
* 1:代理开启,2:代理关闭
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment