分割线

This commit is contained in:
2026-04-16 17:03:37 +08:00
parent 46b4ee45d4
commit f53fb1d916
4 changed files with 46 additions and 36 deletions

View File

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