首页>代码>ssm百货商城销售管理系统 >/department_store/src/com/controller/admin/AdminTypeController.java
package com.controller.admin;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.service.admin.AdminTypeService;
@Controller
@RequestMapping("/adminType")
public class AdminTypeController extends BaseController{
	@Autowired
	private AdminTypeService adminTypeService;
	/**
	 * 到添加类型页面
	 */
	@RequestMapping("/toAddType")
	public String toAddType(Model model) {
		return adminTypeService.toAddType(model);
	}
	/**
	 * 添加类型
	 */
	@RequestMapping("/addType")
	public String addType(String typename,Model model,HttpSession session) {
		return adminTypeService.addType(typename, model, session);
	}
	/**
	 *到删除页面
	 */
	@RequestMapping("/toDeleteType")
	public String toDeleteType(Model model) {
		return adminTypeService.toDeleteType(model);
	}
	/**
	 * 删除类型
	 */
	@RequestMapping("/deleteType")
	public String deleteType(Integer id,Model model) {
		return adminTypeService.deleteType(id, model);
	}
	
}
最近下载更多
lyt010628  LV4 7月9日
ziwng5211314  LV8 4月17日
xiongM  LV4 4月1日
mds123456  LV2 2023年11月5日
wuying8208  LV15 2023年9月3日
lilily1119  LV4 2023年4月28日
answer123  LV8 2023年3月28日
jgkghj  LV2 2023年3月20日
xmx123  LV5 2023年2月26日
ningningnn  LV3 2023年2月23日
最近浏览更多
shunlun8855  LV1 10月28日
yayacui  LV2 10月28日
hhr1101  LV2 10月21日
lz88888  LV12 10月18日
isssssss7 10月13日
暂无贡献等级
bbczlitao  LV9 10月12日
zouzou123  LV3 10月10日
897258976  LV8 8月29日
lyt010628  LV4 7月9日
lyh1989  LV34 6月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友