update 更新 统一枚举相关包名为enums

This commit is contained in:
秋辞未寒
2026-03-13 16:01:12 +08:00
parent e81e250fee
commit 068e2de831
16 changed files with 74 additions and 74 deletions

View File

@@ -2,7 +2,7 @@ package org.dromara.demo.domain;
import com.baomidou.mybatisplus.annotation.TableName;
import org.dromara.common.encrypt.annotation.EncryptField;
import org.dromara.common.encrypt.enumd.AlgorithmType;
import org.dromara.common.encrypt.enums.AlgorithmType;
import lombok.Data;
import lombok.EqualsAndHashCode;