店员管理/店员等级/账户管理

This commit is contained in:
starrySky
2024-03-31 13:52:29 +08:00
parent ccaa00990f
commit c7f81acbe5
125 changed files with 2670 additions and 1033 deletions

View File

@@ -12,7 +12,6 @@ import java.lang.annotation.Target;
* 脱敏注解
*
* @author admin
*
**/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)

View File

@@ -14,7 +14,7 @@ import java.util.Objects;
/**
* @author admin
*
* <p>
* 脱敏序列化
*/
@NoArgsConstructor

View File

@@ -5,7 +5,7 @@ import cn.hutool.core.util.StrUtil;
/**
* 数据脱敏工具类
*
* @author admin
* @author admin
* @since 2021/7/19 16:21
*/
public class SensitiveUtils {