微调user字段类型

This commit is contained in:
2023-08-10 16:19:25 +08:00
parent a5d1048bb8
commit e1127b580e

View File

@@ -146,5 +146,5 @@ public class User extends BaseEntity {
private String devCode;
private MultipartFile headSculpture;
private String headSculpture;
}