Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李苗
/
Vion-DevOps
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 512e3099
authored
Oct 31, 2024
by
HlQ
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg] 返回值修改
1 parent
bb6b50e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/vion/service/IContractService.java
src/main/java/vion/service/IContractService.java
View file @
512e309
...
@@ -33,7 +33,7 @@ public interface IContractService extends MPJBaseService<Contract> {
...
@@ -33,7 +33,7 @@ public interface IContractService extends MPJBaseService<Contract> {
JsonNode
calAmount
(
ContractDTO
dto
);
JsonNode
calAmount
(
ContractDTO
dto
);
JsonNode
statStatus
(
ContractDTO
dto
);
Map
<
Integer
,
Long
>
statStatus
(
ContractDTO
dto
);
Map
<
String
,
Object
>
analyze
(
ContractDTO
dto
);
Map
<
String
,
Object
>
analyze
(
ContractDTO
dto
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment