修改mybatis自动插入的creator updater 字段为用户昵称

This commit is contained in:
yangsb
2024-04-25 17:45:18 +08:00
parent b73028b192
commit a7eff5f294
16 changed files with 74 additions and 23 deletions
@@ -30,5 +30,7 @@ public class OAuth2AccessTokenCheckRespDTO implements Serializable {
private Integer tableNo;
@Schema(description = "数据源编码")
private String dataCode;
@Schema(description = "用户昵称")
private String nickname;
}
@@ -32,5 +32,6 @@ public class OAuth2AccessTokenCreateReqDTO implements Serializable {
private Long organId;
@Schema(description = "数据源标识")
private String dataCode;
@Schema(description = "用户昵称")
private String nickname;
}