mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-13 13:01:41 +08:00
chore: 调整部分常量类型
This commit is contained in:
@@ -16,20 +16,16 @@
|
|||||||
|
|
||||||
package top.charles7c.continew.starter.extension.crud.constant;
|
package top.charles7c.continew.starter.extension.crud.constant;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据源容器相关常量(Crane4j 数据填充组件使用)
|
* 数据源容器相关常量(Crane4j 数据填充组件使用)
|
||||||
*
|
*
|
||||||
* @author Charles7c
|
* @author Charles7c
|
||||||
* @since 1.2.0
|
* @since 1.2.0
|
||||||
*/
|
*/
|
||||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
public interface ContainerConstants {
|
||||||
public class ContainerConstants {
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户昵称
|
* 用户昵称
|
||||||
*/
|
*/
|
||||||
public static final String USER_NICKNAME = "UserNickname";
|
String USER_NICKNAME = "UserNickname";
|
||||||
}
|
}
|
Reference in New Issue
Block a user