mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
添加状态类型数据字典
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
[
|
||||
{
|
||||
"code": "status.type",
|
||||
"name": "通用状态类型",
|
||||
"item": [
|
||||
{
|
||||
"code": "0",
|
||||
"name": "禁用"
|
||||
},
|
||||
{
|
||||
"code": "1",
|
||||
"name": "启用"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "resource.type",
|
||||
"name": "资源类型",
|
||||
|
||||
Reference in New Issue
Block a user