!53 【7.3.4】添加返回基类

Merge pull request !53 from 夜星/dev-7.3.4
pull/54/MERGE
stylefeng 2023-03-28 08:01:05 +00:00 committed by Gitee
commit 8447e58ad5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -80,6 +80,6 @@ public class BaseResponse implements Serializable {
*
*/
@ChineseDescription("更新人姓名")
private Long updateUserName;
private String updateUserName;
}