Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ocrmanage
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
ocrmanage
Merge requests
!162
update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update
feature/zhuxiang
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
zhuxiang
requested to merge
feature/zhuxiang
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
2e3c39a0
1 commit,
1 year ago
4 files
+
34
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/seaskyocr/api/IInvoiceSettingNewController.java
+
5
−
1
Options
@@ -22,7 +22,11 @@ public interface IInvoiceSettingNewController {
@PostMapping
(
path
=
"pc/v1/listModelName"
)
Result
<
ModelOut
>
listModelName
();
@ApiOperation
(
"根据模型名称获取属性集合"
)
@ApiOperation
(
"根据模型名称获取
票据
属性集合"
)
@PostMapping
(
path
=
"pc/v1/listModelPropertyByModelName"
)
Result
<
ModelPropertyOut
>
listModelPropertyByModelName
(
@RequestBody
ModelQry
qry
);
@ApiOperation
(
"获取票据属性集合"
)
@PostMapping
(
path
=
"pc/v1/listModelProperty"
)
Result
<
ModelPropertyOut
>
listModelProperty
();
}