Commit b6ef8e9c28321a496a5da1b1b8f77c2f033d78ab
1 parent
70749641
update...
Showing
1 changed file
with
4 additions
and
5 deletions
src/main/java/com/bsth/controller/calc/CalcWaybillController.java
| 1 | package com.bsth.controller.calc; | 1 | package com.bsth.controller.calc; |
| 2 | 2 | ||
| 3 | -import java.util.HashMap; | ||
| 4 | -import java.util.List; | ||
| 5 | -import java.util.Map; | ||
| 6 | - | ||
| 7 | import com.bsth.common.ResponseCode; | 3 | import com.bsth.common.ResponseCode; |
| 8 | import com.bsth.controller.BaseController; | 4 | import com.bsth.controller.BaseController; |
| 9 | import com.bsth.entity.calc.CalcStatistics; | 5 | import com.bsth.entity.calc.CalcStatistics; |
| 10 | import com.bsth.entity.calc.CalcWaybill; | 6 | import com.bsth.entity.calc.CalcWaybill; |
| 11 | import com.bsth.service.calc.CalcWaybillService; | 7 | import com.bsth.service.calc.CalcWaybillService; |
| 12 | - | ||
| 13 | import org.springframework.beans.factory.annotation.Autowired; | 8 | import org.springframework.beans.factory.annotation.Autowired; |
| 14 | import org.springframework.web.bind.annotation.RequestMapping; | 9 | import org.springframework.web.bind.annotation.RequestMapping; |
| 15 | import org.springframework.web.bind.annotation.RequestParam; | 10 | import org.springframework.web.bind.annotation.RequestParam; |
| 16 | import org.springframework.web.bind.annotation.RestController; | 11 | import org.springframework.web.bind.annotation.RestController; |
| 17 | 12 | ||
| 13 | +import java.util.HashMap; | ||
| 14 | +import java.util.List; | ||
| 15 | +import java.util.Map; | ||
| 16 | + | ||
| 18 | /** | 17 | /** |
| 19 | * Created by 17/10/23. | 18 | * Created by 17/10/23. |
| 20 | */ | 19 | */ |