2024-09-19 注册页调试

This commit is contained in:
zhp
2024-09-19 01:01:01 +08:00
parent 6c5a458185
commit 2cf242edee
8 changed files with 131 additions and 16 deletions

View File

@@ -38,6 +38,9 @@ public class Customer extends BaseEntity
@Excel(name = "0 男 1 女")
private Integer sex;
@Excel(name="身份证号")
private String idCard;
/** 昵称 */
@Excel(name = "昵称")
private String name;