mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
修改mybatis自动插入的creator updater 字段为用户昵称
This commit is contained in:
+2
@@ -30,5 +30,7 @@ public class OAuth2AccessTokenCheckRespDTO implements Serializable {
|
||||
private Integer tableNo;
|
||||
@Schema(description = "数据源编码")
|
||||
private String dataCode;
|
||||
@Schema(description = "用户昵称")
|
||||
private String nickname;
|
||||
|
||||
}
|
||||
|
||||
+2
-1
@@ -32,5 +32,6 @@ public class OAuth2AccessTokenCreateReqDTO implements Serializable {
|
||||
private Long organId;
|
||||
@Schema(description = "数据源标识")
|
||||
private String dataCode;
|
||||
|
||||
@Schema(description = "用户昵称")
|
||||
private String nickname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user