首页>代码>springboot2+mybatis+thymeleaf+layui整合开发物流仓库后台管理系统>/src/main/java/com/dev/warehouse/bus/controller/BusinessController.java
01package com.dev.warehouse.bus.controller;
02 
03import org.springframework.stereotype.Controller;
04import org.springframework.web.bind.annotation.RequestMapping;
05 
06 
07@Controller
08@RequestMapping("bus")
09public class BusinessController {
10 
11    /**
12     * 跳转到客户管理页面
13     * @return
14     */
15    @RequestMapping("toCustomerManager")
16    public String toCustomerManager(){
17        return "business/customer/customerManager";
18    }
19 
20    /**
21     * 跳转到供应商管理页面
22     * @return
23     */
24    @RequestMapping("toProviderManager")
25    public String toProviderManager(){
26        return "business/provider/providerManager";
27    }
28 
29    /**
30     * 跳转到商品管理页面
31     * @return
32     */
33    @RequestMapping("toGoodsManager")
34    public String toGoodsManager(){
35        return "business/goods/goodsManager";
36    }
37 
38    /**
39     * 跳转到进货管理页面
40     * @return
41     */
42    @RequestMapping("toInportManager")
43    public String toInportManager(){
44        return "business/inport/inportManager";
45    }
46 
47    /**
48     * 跳转到退货管理页面
49     * @return
50     */
51    @RequestMapping("toOutportManager")
52    public String toOutportManager(){
53        return "business/outport/outportManager";
54    }
55 
56    /**
57     * 跳转到商品销售管理页面
58     * @return
59     */
60    @RequestMapping("toSalesManager")
61    public String toSalesManager(){
62        return "business/sales/salesManager";
63    }
64 
65    /**
66     * 跳转到商品销售管理页面
67     * @return
68     */
69    @RequestMapping("toSalesbackManager")
70    public String toSalesbackManager(){
71        return "business/salesback/salesbackManager";
72    }
73 
74}
最近下载更多
hubugai1  LV11 4月24日
sshiqi  LV2 2024年12月12日
haomc052829  LV4 2024年12月3日
微信网友_6377331253415936  LV3 2024年11月15日
微信网友_7134912998903808  LV15 2024年9月2日
gnnhka  LV10 2024年7月8日
tt867309  LV1 2024年7月7日
TY0165  LV20 2024年6月23日
胡闹的番茄精  LV2 2024年6月17日
heweimin  LV13 2024年5月20日
最近浏览更多
sk123456 4月11日
暂无贡献等级
DanBMZ 3月27日
暂无贡献等级
aaappp  LV1 3月25日
xiao小果  LV13 3月2日
哪里的完整版  LV8 2月27日
hubugai1  LV11 2月20日
SZEPEZS  LV9 2月17日
ryadmin123  LV2 2月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友