切换导航条
此项目
正在载入...
登录
mmm-go-pp
/
terms
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
2021-06-30 14:23:53 +0800
提交
106eccfa75e0b4f62eb04ac11f263c0895947f87
1 个父辈
10347b8a
add dict
显示空白字符变更
内嵌
并排对比
正在显示
7 个修改的文件
包含
65 行增加
和
5 行删除
document/terms/attributes/users/usersType.yaml
document/terms/schemas/companyCustomer.yaml
document/terms/schemas/companyProduct.yaml
document/terms/schemas/companyRegion.yaml
document/terms/schemas/dictionary.yaml
document/terms/schemas/dictionaryItem.yaml
document/terms/schemas/menu.yaml
document/terms/attributes/users/usersType.yaml
查看文件 @
106eccf
...
...
@@ -2,6 +2,6 @@ version: v1
kind
:
Attribute
metadata
:
name
:
usersType
description
:
用户类型 : 1:普通用户 2:共创用户
description
:
用户类型 : 1:普通用户 2:共创用户
1024:超级管理员
type
:
primitive
:
int
...
...
document/terms/schemas/companyCustomer.yaml
查看文件 @
106eccf
version
:
v1
kind
:
Schema
metadata
:
name
:
companyCustomer
name
:
companyCustomer
(停用)
description
:
客户信息 (base)
attributes
:
-
ref
:
companyCustomerId
...
...
document/terms/schemas/companyProduct.yaml
查看文件 @
106eccf
version
:
v1
kind
:
Schema
metadata
:
name
:
companyProduct
name
:
companyProduct
(停用)
description
:
产品信息 (base)
attributes
:
-
ref
:
companyProductId
...
...
document/terms/schemas/companyRegion.yaml
查看文件 @
106eccf
version
:
v1
kind
:
Schema
metadata
:
name
:
companyRegion
name
:
companyRegion
(停用)
description
:
公司区域 (base)
attributes
:
-
ref
:
companyRegionId
...
...
document/terms/schemas/dictionary.yaml
0 → 100644
查看文件 @
106eccf
version
:
v1
kind
:
Schema
metadata
:
name
:
dictionary
description
:
字典
attributes
:
-
name
:
dictionaryId
description
:
字典编号 主键
type
:
primitive
:
int
-
name
:
dictCode
description
:
字典编码
type
:
primitive
:
string
-
name
:
dictName
description
:
字典名称
type
:
primitive
:
string
-
name
:
enableStatus
description
:
启用状态(启用:1 禁用:2)
type
:
primitive
:
int
-
name
:
desc
description
:
备注信息
type
:
primitive
:
string
-
name
:
dictItems
description
:
字典值列表
type
:
array
:
dictionaryItem
...
...
document/terms/schemas/dictionaryItem.yaml
0 → 100644
查看文件 @
106eccf
version
:
v1
kind
:
Schema
metadata
:
name
:
dictionaryItem
description
:
字典明细项
attributes
:
-
name
:
itemCode
description
:
项编码
type
:
primitive
:
string
-
name
:
itemLable
description
:
项标签
type
:
primitive
:
string
-
name
:
itemValue
description
:
值
type
:
primitive
:
string
-
name
:
enableStatus
description
:
启用状态(启用:1 禁用:2)
type
:
primitive
:
string
-
name
:
sort
description
:
显示序号
type
:
primitive
:
int
...
...
document/terms/schemas/menu.yaml
查看文件 @
106eccf
...
...
@@ -45,6 +45,10 @@ metadata:
type
:
primitive
:
string
-
name
:
isPublish
description
:
状态是否是公开的菜单,[0:隐藏],[1:显示],默认显示
description
:
菜单是否公开状态,[0:隐藏],[1:显示],默认显示
type
:
primitive
:
int
-
name
:
isSystem
description
:
菜单是否是系统级,[0:否],[1:是],默认否
type
:
primitive
:
int
...
...
请
注册
或
登录
后发表评论