正在显示
2 个修改的文件
包含
48 行增加
和
0 行删除
document/terms/schemas/data_column_my.yaml
0 → 100644
| 1 | +version: v1 | ||
| 2 | +kind: Schema | ||
| 3 | +metadata: | ||
| 4 | + name: dataColumnSys | ||
| 5 | + description: 页面列表数据的输出列的个人配置 | ||
| 6 | + attributes: | ||
| 7 | + - name: id | ||
| 8 | + description: 数据id | ||
| 9 | + type: | ||
| 10 | + primitive: int64 | ||
| 11 | + - name: urlCode | ||
| 12 | + description: 请求url对应的code | ||
| 13 | + type: | ||
| 14 | + primitive: int64 | ||
| 15 | + - name: columns | ||
| 16 | + description: 配置的用户显示的字段,例 `["c1","c2"]`` | ||
| 17 | + type: | ||
| 18 | + primitive: array | ||
| 19 | + - name: userId | ||
| 20 | + description: 归属的用户id | ||
| 21 | + type: | ||
| 22 | + primitive: int64 |
document/terms/schemas/data_column_sys.yaml
0 → 100644
| 1 | +version: v1 | ||
| 2 | +kind: Schema | ||
| 3 | +metadata: | ||
| 4 | + name: dataColumnSys | ||
| 5 | + description: 页面列表数据的输出列的系统全局配置 | ||
| 6 | + attributes: | ||
| 7 | + - name: id | ||
| 8 | + description: 数据id | ||
| 9 | + type: | ||
| 10 | + primitive: int64 | ||
| 11 | + - name: urlCode | ||
| 12 | + description: 请求url对应的code | ||
| 13 | + type: | ||
| 14 | + primitive: int64 | ||
| 15 | + - name: columnEnlish | ||
| 16 | + description: 数据列字段代码名称 | ||
| 17 | + type: | ||
| 18 | + primitive: string | ||
| 19 | + - name: columnChinese | ||
| 20 | + description: 数据列字段中文描述 | ||
| 21 | + type: | ||
| 22 | + primitive: string | ||
| 23 | + - name: isDefault | ||
| 24 | + description: 是否是默认配置字段 | ||
| 25 | + type: | ||
| 26 | + primitive: int |
-
请 注册 或 登录 后发表评论