Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
one-certificate-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
one-certificate-system
Commits
47368cc5
Commit
47368cc5
authored
Jul 27, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录等资源权限
parent
5b76d17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
one-certificate-manager/src/main/resources/sqlmap/module/child/ChildLicenseDatasetMapper.xml
...sources/sqlmap/module/child/ChildLicenseDatasetMapper.xml
+24
-0
No files found.
one-certificate-manager/src/main/resources/sqlmap/module/child/ChildLicenseDatasetMapper.xml
View file @
47368cc5
...
...
@@ -13,6 +13,30 @@
<result
property=
"updateTime"
column=
"updateTime"
/>
</resultMap>
<!-- 字段和属性映射 -->
<resultMap
type=
"ChildLicenseInfoFieldEntity"
id=
"ChildLicenseInfoFieldEntity-Map"
>
<id
property=
"id"
column=
"id"
/>
<result
property=
"datasetId"
column=
"datasetId"
/>
<result
property=
"fieldCode"
column=
"fieldCode"
/>
<result
property=
"fieldName"
column=
"fieldName"
/>
<result
property=
"fieldType"
column=
"fieldType"
/>
<result
property=
"fieldTypeValue"
column=
"fieldTypeValue"
/>
<result
property=
"dataType"
column=
"dataType"
/>
<result
property=
"fieldValue"
column=
"fieldValue"
/>
<result
property=
"defaultValue"
column=
"defaultValue"
/>
<result
property=
"fieldLen"
column=
"fieldLen"
/>
<result
property=
"fieldNull"
column=
"fieldNull"
/>
<result
property=
"isList"
column=
"isList"
/>
<result
property=
"fieldOrderNo"
column=
"fieldOrderNo"
/>
<result
property=
"serviceApi"
column=
"serviceApi"
/>
<result
property=
"serviceApiParams"
column=
"serviceApiParams"
/>
<result
property=
"remark"
column=
"remark"
/>
<result
property=
"createTime"
column=
"createTime"
/>
<result
property=
"createUserId"
column=
"createUserId"
/>
<result
property=
"updateTime"
column=
"updateTime"
/>
<result
property=
"updateUserId"
column=
"updateUserId"
/>
</resultMap>
<!-- 表所有列 -->
<sql
id=
"_columns"
>
<trim
suffixOverrides=
","
suffix=
""
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment