Add base settings management api
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
package top.fatweb.api.vo.system
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema
|
||||
|
||||
/**
|
||||
* System settings value object
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
@Schema(description = "系统设置返回参数")
|
||||
data class SettingsVo(
|
||||
/**
|
||||
* MailSettingVo object
|
||||
@@ -14,5 +18,6 @@ data class SettingsVo(
|
||||
* @since 1.0.0
|
||||
* @see MailSettingsVo
|
||||
*/
|
||||
@Schema(description = "邮件设置")
|
||||
val mail: MailSettingsVo?
|
||||
)
|
||||
Reference in New Issue
Block a user