feat: 增加系统配置

增加系统配置功能
This commit is contained in:
胡少翔
2024-07-30 16:21:10 +08:00
parent 01c1c0807e
commit 5677a6bba0
9 changed files with 166 additions and 21 deletions

View File

@@ -10,10 +10,10 @@ import java.io.Serial;
import java.io.Serializable;
/**
* 系统配置视图对象
*
* @author Theo
* @description: 系统配置VO
* @Company 利盈智能
* @date 2024-07-29 11:17:26
* @since 2024-07-30 14:49
*/
@Data
@Builder
@@ -21,6 +21,7 @@ import java.io.Serializable;
@Schema(description = "系统配置VO")
public class ConfigVO {
@Schema(description = "主键")
private Long id;
@Schema(description = "配置名称")