Commit 61b9d8ceb53fe55db801b824b3fd2feda7a98933
1 parent
a54f4e7c
1.cherry-pick 工时接口
Showing
1 changed file
with
0 additions
and
6 deletions
src/main/java/com/bsth/server_rs/man_hours/ManHoursRestService.java
| 1 | package com.bsth.server_rs.man_hours; | 1 | package com.bsth.server_rs.man_hours; |
| 2 | 2 | ||
| 3 | -import com.bsth.entity.WhiteIp; | ||
| 4 | -import org.springframework.beans.factory.annotation.Autowired; | ||
| 5 | -import org.springframework.jdbc.core.BeanPropertyRowMapper; | ||
| 6 | -import org.springframework.jdbc.core.JdbcTemplate; | ||
| 7 | import org.springframework.stereotype.Component; | 3 | import org.springframework.stereotype.Component; |
| 8 | -import org.springframework.web.bind.annotation.PathVariable; | ||
| 9 | 4 | ||
| 10 | import javax.ws.rs.GET; | 5 | import javax.ws.rs.GET; |
| 11 | import javax.ws.rs.Path; | 6 | import javax.ws.rs.Path; |
| @@ -13,7 +8,6 @@ import javax.ws.rs.PathParam; | @@ -13,7 +8,6 @@ import javax.ws.rs.PathParam; | ||
| 13 | import javax.ws.rs.Produces; | 8 | import javax.ws.rs.Produces; |
| 14 | import javax.ws.rs.core.MediaType; | 9 | import javax.ws.rs.core.MediaType; |
| 15 | import java.util.HashMap; | 10 | import java.util.HashMap; |
| 16 | -import java.util.List; | ||
| 17 | import java.util.Map; | 11 | import java.util.Map; |
| 18 | 12 | ||
| 19 | /** | 13 | /** |