Merge branch 'master' of http://gitlab.fjmaimaimai.com/allied-creation/document
正在显示
1 个修改的文件
包含
24 行增加
和
0 行删除
1 | +version: v1 | ||
2 | +kind: Schema | ||
3 | +metadata: | ||
4 | + name: accountDestroyRecord | ||
5 | + description: 账号注销记录 | ||
6 | + attributes: | ||
7 | + - ref: userBaseId | ||
8 | + required: true | ||
9 | + - name: accountDestroyRecordId | ||
10 | + description: 账号注销记录ID | ||
11 | + type: | ||
12 | + primitive: int64 | ||
13 | + - name: destroyTime | ||
14 | + description: 注销时间 | ||
15 | + type: | ||
16 | + primitive: datetime | ||
17 | + - name: accountAfter | ||
18 | + description: 账号修改后 | ||
19 | + type: | ||
20 | + primitive: string | ||
21 | + - name: accountBefore | ||
22 | + description: 账号修改前 | ||
23 | + type: | ||
24 | + primitive: string |
-
请 注册 或 登录 后发表评论