Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
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
位宇华
klck
Commits
4014ec9f
Commit
4014ec9f
authored
May 28, 2024
by
Fuzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加调取用友服务类
parent
a7d70ed9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
ruoyi-supplies/pom.xml
ruoyi-supplies/pom.xml
+0
-5
ruoyi-wages/pom.xml
ruoyi-wages/pom.xml
+6
-5
ruoyi-wages/src/main/java/com/ruoyi/system/controller/WagesCalculateConversionController.java
...system/controller/WagesCalculateConversionController.java
+4
-4
No files found.
ruoyi-supplies/pom.xml
View file @
4014ec9f
...
...
@@ -51,11 +51,6 @@
<artifactId>
spring-boot-starter-validation
</artifactId>
<version>
2.7.18
</version>
</dependency>
<dependency>
<groupId>
com.yonyou.iuap
</groupId>
<artifactId>
ucf-common
</artifactId>
<version>
2.7.0-RELEASE
</version>
</dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-core
</artifactId>
...
...
ruoyi-wages/pom.xml
View file @
4014ec9f
...
...
@@ -54,11 +54,6 @@
<artifactId>
spring-boot-starter-validation
</artifactId>
<version>
2.7.18
</version>
</dependency>
<dependency>
<groupId>
com.yonyou.iuap
</groupId>
<artifactId>
ucf-common
</artifactId>
<version>
2.7.0-RELEASE
</version>
</dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-core
</artifactId>
...
...
@@ -83,6 +78,12 @@
<artifactId>
easyexcel
</artifactId>
<version>
3.3.1
</version>
</dependency>
<dependency>
<groupId>
io.swagger
</groupId>
<artifactId>
swagger-annotations
</artifactId>
<version>
1.5.10
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
ruoyi-wages/src/main/java/com/ruoyi/system/controller/WagesCalculateConversionController.java
View file @
4014ec9f
package
com.ruoyi.system.controller
;
import
com.ruoyi.common.core.domain.AjaxResult
;
import
com.ruoyi.system.model.wages.dto.WagesConversionDataDto
;
import
com.ruoyi.system.model.wages.dto.WagesFormulaDto
;
import
com.ruoyi.system.model.wages.dto.WagesFormulaListDto
;
import
com.ruoyi.system.model.wages.vo.WagesFormulaVo
;
import
com.ruoyi.system.model.wages.vo.WagesOverviewOriginalDataVO
;
import
com.ruoyi.system.service.WagesCalculateConversionService
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
lombok.RequiredArgsConstructor
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.PostMapping
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
import
java.util.List
;
...
...
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