Skip to content

Commit

Permalink
v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
839128 committed Oct 6, 2024
1 parent a32b335 commit 75a2751
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bus-core/src/main/java/org/miaixz/bus/core/lang/EnumValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public interface EnumValue<E extends EnumValue<E>> extends Enumers {
* @author Kimi Liu
* @since Java 17+
*/
@Getter
@AllArgsConstructor
enum Align {
/**
* 左对齐
Expand All @@ -65,6 +67,8 @@ enum Align {
/**
* 渐变方向
*/
@Getter
@AllArgsConstructor
enum Gradient {
/**
* 上到下
Expand Down Expand Up @@ -118,6 +122,8 @@ enum Type {
/**
* 图片缩略模式
*/
@Getter
@AllArgsConstructor
enum Zoom {
/**
* 原始比例,不缩放
Expand Down Expand Up @@ -227,6 +233,8 @@ public static int orToInt(final int... modifierTypes) {
/**
* 脱敏类型
*/
@Getter
@AllArgsConstructor
enum Masking {
/**
* 用户id
Expand Down Expand Up @@ -296,6 +304,8 @@ enum Masking {
* @author Kimi Liu
* @since Java 17+
*/
@Getter
@AllArgsConstructor
enum FtpMode {

/**
Expand Down

0 comments on commit 75a2751

Please sign in to comment.