切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-basic
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
庄敏学
2022-05-31 16:57:59 +0800
提交
b29f141f78499158d495902587533fa3f38d6916
1 个父辈
0084ef89
增加参数默认配置
显示空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
46 行增加
和
1 行删除
.idea/.gitignore
.idea/allied-creation-basic.iml
.idea/modules.xml
.idea/vcs.xml
lastupdate.tmp
pkg/domain/system_setting.go
.idea/.gitignore
0 → 100644
查看文件 @
b29f141
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
...
...
.idea/allied-creation-basic.iml
0 → 100644
查看文件 @
b29f141
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"WEB_MODULE"
version=
"4"
>
<component
name=
"Go"
enabled=
"true"
/>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
...
...
.idea/modules.xml
0 → 100644
查看文件 @
b29f141
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/allied-creation-basic.iml"
filepath=
"$PROJECT_DIR$/.idea/allied-creation-basic.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
...
...
.idea/vcs.xml
0 → 100644
查看文件 @
b29f141
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
...
...
lastupdate.tmp
查看文件 @
b29f141
{
"D:\\workspaceGo\\src\\allied-creation-basic\\pkg\\port\\beego"
:
1631502497675932200
}
\ No newline at end of file
{
"/Users/zhuangmx/work/codes/allied-creation-basic/pkg/port/beego"
:
1653986741097199045
}
\ No newline at end of file
...
...
pkg/domain/system_setting.go
查看文件 @
b29f141
...
...
@@ -72,6 +72,20 @@ var defaultsysSettingList = []SystemSetting{
SettingName
:
"用户初始化密码"
,
SettingCode
:
"XT001"
,
Description
:
"用于用户初始化设置初始化密码"
,
},
{
ControlLevel
:
"模块级"
,
ValueType
:
"字符"
,
Value
:
""
,
SettingName
:
"生产报表类型角色配置"
,
SettingCode
:
"MK001"
,
Description
:
"生产报表类型角色配置,多个角色;隔开"
,
},
{
ControlLevel
:
"模块级"
,
ValueType
:
"字符"
,
Value
:
""
,
SettingName
:
"销售报表类型角色配置"
,
SettingCode
:
"MK002"
,
Description
:
"销售报表类型角色配置,多个角色;隔开"
,
},
}
...
...
请
注册
或
登录
后发表评论