| | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.businessDatabus.CustomBusinessDatabusDto; |
| | | import com.java110.dto.system.CustomBusinessDatabusDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.machine.MachineDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.entity.order.Business; |
| | | import com.java110.po.machine.MachineRecordPo; |
| | | import com.java110.dto.fee.TempCarPayOrderDto; |
| | | import com.java110.dto.system.Business; |
| | | import com.java110.vo.ResultVo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | |
| | | @RequestMapping(value = "/getManualOpenDoorLogs", method = RequestMethod.POST) |
| | | ResultVo getManualOpenDoorLogs(@RequestBody JSONObject reqJson); |
| | | |
| | | @RequestMapping(value = "/tempCarAuth", method = RequestMethod.POST) |
| | | ResultVo tempCarAuth(@RequestBody JSONObject reqJson); |
| | | |
| | | @RequestMapping(value = "/getTempCarAuths", method = RequestMethod.POST) |
| | | ResultVo getTempCarAuths(@RequestBody JSONObject reqJson); |
| | | } |