Skip to main content
Version: 3.1

Comment 注释

结构声明

interface Comment {
"concept": "Comment", // 产品概念
"value": string, // 注释内容
}

示例

简单示例

{
"concept": "Comment",
"value": null
}