| | |
| | | import com.ruoyi.tms.domain.TmsDispatchOrder; |
| | | import com.ruoyi.tms.service.ITmsDispatchFeeSummaryViService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | |
| | | @RestController |
| | |
| | | return AjaxResult.success("导出请求成功,请稍后点击下载...!"); |
| | | } |
| | | |
| | | @PutMapping("/note") |
| | | public AjaxResult edit(@RequestBody TmsDispatchFeeSummaryVi bo) |
| | | { |
| | | |
| | | return toAjax(tmsDispatchFeeSummaryViService.note(bo)); |
| | | } |
| | | |
| | | |
| | | } |