| | |
| | | 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.PutMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | |
| | | @RestController |
| | |
| | | } |
| | | |
| | | @PutMapping("/note") |
| | | public AjaxResult edit(TmsDispatchFeeSummaryVi bo) |
| | | public AjaxResult edit(@RequestBody TmsDispatchFeeSummaryVi bo) |
| | | { |
| | | |
| | | return toAjax(tmsDispatchFeeSummaryViService.note(bo)); |