package com.alfred.bus.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * 业务管理的路由跳转页面 * @author Alfred * @date 2020/2/28 15:18 */ @Controller @RequestMapping("bus") public class BusController { /** * 跳转到客户管理 * @return */ @RequestMapping("toCustomerManager") public String toCustomerManager(){ return "business/customer/customerManager"; } /** * 跳转到车辆管理 * @return */ @RequestMapping("toCarManager") public String toCarManager(){ return "business/car/carManager"; } /** * 跳转到车辆出租 * @return */ @RequestMapping("toRentCarManager") public String toRentCarManager(){ return "business/rent/rentCarManager"; } /** * 跳转到出租单管理的页面 * @return */ @RequestMapping("toRentManager") public String toRentManager(){ return "business/rent/rentManager"; } /** * 跳转到汽车入库管理的页面 * @return */ @RequestMapping("toCheckCarManager") public String toCheckCarManager(){ return "business/check/checkCarManager"; } /** * 跳转到检查单管理的页面 * @return */ @RequestMapping("toCheckManager") public String toCheckManager(){ return "business/check/checkManager"; } }

小松哥11 LV3
2024年10月24日
wuying8208 LV15
2024年10月23日
微信网友_6917967074955264 LV2
2024年3月30日
微信网友_6900009262157824 LV1
2024年3月9日
WBelong LV8
2023年12月25日
dzlwindy LV8
2023年12月18日
angel_yy LV2
2023年8月11日
homework333 LV1
2023年7月10日
sunshinemenfolk LV4
2023年7月5日
GJQ123 LV4
2023年6月5日

niuwa666
4月3日
暂无贡献等级
ryadmin123 LV2
2月11日
Mhgfhjyrf LV3
2024年12月9日
zolscy LV24
2024年11月28日
微笑刺客 LV21
2024年11月22日
小松哥11 LV3
2024年10月24日
wuying8208 LV15
2024年10月23日
3339790961
2024年9月6日
暂无贡献等级
yyhrhv LV8
2024年9月3日
terryang LV19
2024年9月2日