This commit is contained in:
2026-03-24 09:36:41 +08:00
parent 6fb9b55e71
commit 061e003ca7
2 changed files with 10 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ public class ShopUser implements Serializable {
/**
* 用户昵称
*/
@ColumnMask(Masks.CHINESE_NAME)
private String nickName;
/**