|
@@ -26,9 +26,9 @@ import java.util.Date;
|
|
|
public class CorpFeishuUser {
|
|
|
|
|
|
/**id*/
|
|
|
- @TableId(type = IdType.UUID)
|
|
|
+ @TableId(type = IdType.AUTO)
|
|
|
@ApiModelProperty(value = "id")
|
|
|
- private Integer id;
|
|
|
+ private Long id;
|
|
|
/**email*/
|
|
|
@Excel(name = "email", width = 15)
|
|
|
@ApiModelProperty(value = "email")
|
|
@@ -37,6 +37,8 @@ public class CorpFeishuUser {
|
|
|
@Excel(name = "name", width = 15)
|
|
|
@ApiModelProperty(value = "name")
|
|
|
private String name;
|
|
|
+
|
|
|
+ private String openId;
|
|
|
/**avatarUrl*/
|
|
|
@Excel(name = "avatarUrl", width = 15)
|
|
|
@ApiModelProperty(value = "avatarUrl")
|