正在显示
2 个修改的文件
包含
42 行增加
和
0 行删除
document/partner01/schemas/company.yaml
0 → 100644
| 1 | +version: v1 | ||
| 2 | +kind: Schema | ||
| 3 | +metadata: | ||
| 4 | + name: company | ||
| 5 | + description: 公司信息 | ||
| 6 | + attributes: | ||
| 7 | + - ref: companyId | ||
| 8 | + required: true | ||
| 9 | + - ref: companyInfo | ||
| 10 | + required: true | ||
| 11 | + - ref: createAt | ||
| 12 | + required: true | ||
| 13 | + - ref: updateAt | ||
| 14 | + required: true | ||
| 15 | + - ref: deleteAt | ||
| 16 | + required: true |
document/partner01/schemas/companyInfo.yaml
0 → 100644
| 1 | +version: v1 | ||
| 2 | +kind: Schema | ||
| 3 | +metadata: | ||
| 4 | + name: companyInfo | ||
| 5 | + description: 公司信息 | ||
| 6 | + attributes: | ||
| 7 | + - ref: companyId | ||
| 8 | + required: true | ||
| 9 | + - ref: name | ||
| 10 | + required: true | ||
| 11 | + - ref: abbreviation | ||
| 12 | + required: true | ||
| 13 | + - ref: logo | ||
| 14 | + required: true | ||
| 15 | + - ref: phone | ||
| 16 | + required: true | ||
| 17 | + - ref: status | ||
| 18 | + required: true | ||
| 19 | + - ref: remarks | ||
| 20 | + required: true | ||
| 21 | + - ref: enable | ||
| 22 | + required: true | ||
| 23 | + - name: admin | ||
| 24 | + description: 公司主管理员 | ||
| 25 | + type: | ||
| 26 | + schema: userInfo |
-
请 注册 或 登录 后发表评论