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 | 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 | 3 | import org.springframework.stereotype.Component; |
| 8 | -import org.springframework.web.bind.annotation.PathVariable; | |
| 9 | 4 | |
| 10 | 5 | import javax.ws.rs.GET; |
| 11 | 6 | import javax.ws.rs.Path; |
| ... | ... | @@ -13,7 +8,6 @@ import javax.ws.rs.PathParam; |
| 13 | 8 | import javax.ws.rs.Produces; |
| 14 | 9 | import javax.ws.rs.core.MediaType; |
| 15 | 10 | import java.util.HashMap; |
| 16 | -import java.util.List; | |
| 17 | 11 | import java.util.Map; |
| 18 | 12 | |
| 19 | 13 | /** | ... | ... |