Add icon and publish time to tool
This commit is contained in:
@@ -38,6 +38,16 @@ data class ToolCreateParam(
|
||||
)
|
||||
val toolId: String?,
|
||||
|
||||
/**
|
||||
* Icon
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "图标", required = true)
|
||||
@field: NotBlank(message = "Icon can not be blank")
|
||||
val icon: String?,
|
||||
|
||||
/**
|
||||
* Description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user