refactor: 完善部分校验、注释,优化部分后端代码格式

This commit is contained in:
2023-12-30 23:01:14 +08:00
parent 89e4326290
commit 06887604fd
10 changed files with 45 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS `sys_storage` (
`code` varchar(30) NOT NULL COMMENT '编码',
`type` tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT '类型1兼容S3协议存储2本地存储',
`access_key` varchar(255) DEFAULT NULL COMMENT 'Access Key访问密钥',
`secret_key` varchar(255) DEFAULT NULL COMMENT 'Secret Key私有访问密钥)',
`secret_key` varchar(255) DEFAULT NULL COMMENT 'Secret Key私有密钥',
`endpoint` varchar(255) DEFAULT NULL COMMENT 'Endpoint终端节点',
`bucket_name` varchar(255) DEFAULT NULL COMMENT '桶名称',
`domain` varchar(255) NOT NULL DEFAULT '' COMMENT '自定义域名',