切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
2021-07-19 20:22:06 +0800
提交
744b14b0822f48d70d6d63b705ee6a0b74dd8c20
1 个父辈
53f1466b
模型调整
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
12 行增加
和
2 行删除
allied-creation-user/attributes/menu/isPublish.yaml
allied-creation-user/schemas/users.yaml
allied-creation-user/schemas/usersProfile.yaml
allied-creation-user/services/users/methods/createUsers.yaml
allied-creation-user/attributes/menu/isPublish.yaml
查看文件 @
744b14b
...
...
@@ -2,6 +2,6 @@ version: v1
kind
:
Attribute
metadata
:
name
:
isPublish
description
:
菜单是否公开状态(上架、下架),[
0
:隐藏],[1:显示],默认显示
description
:
菜单是否公开状态(上架、下架),[
2
:隐藏],[1:显示],默认显示
type
:
primitive
:
int
...
...
allied-creation-user/schemas/users.yaml
查看文件 @
744b14b
...
...
@@ -22,6 +22,10 @@ metadata:
description
:
所属部门
type
:
primitive
:
int64
-
name
:
usersInfo
description
:
用户信息 (冗余,数据存在usersBase里面)
type
:
array
:
usersInfo
-
name
:
usersOrg
description
:
用户关联的组织
type
:
...
...
allied-creation-user/schemas/usersProfile.yaml
查看文件 @
744b14b
...
...
@@ -6,6 +6,8 @@ metadata:
attributes
:
-
ref
:
usersId
required
:
true
-
ref
:
usersBaseId
required
:
true
-
ref
:
usersName
required
:
true
-
ref
:
usersCode
...
...
allied-creation-user/services/users/methods/createUsers.yaml
查看文件 @
744b14b
...
...
@@ -36,7 +36,11 @@ metadata:
type
:
primitive
:
int
-
ref
:
password
required
:
true
required
:
true
-
name
:
usersInfo
description
:
用户信息
type
:
array
:
usersInfo
result
:
-
name
:
users
type
:
...
...
请
注册
或
登录
后发表评论