mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
🎨 基于内容块属性动态建立对应数据库表结构 https://github.com/siyuan-note/siyuan/issues/7521
This commit is contained in:
parent
aa664856cc
commit
7dcef7b84b
4 changed files with 30 additions and 6 deletions
|
|
@ -47,3 +47,10 @@ func (c *BaseColumn) Name() string {
|
|||
func (c *BaseColumn) Type() string {
|
||||
return c.BaseType
|
||||
}
|
||||
|
||||
// ColumnValueResolver 描述了属性视图的列值解析器。
|
||||
type ColumnValueResolver interface {
|
||||
|
||||
// Resolve 用于解析列值。
|
||||
Resolve() string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue