package com.action;

import com.opensymphony.xwork2.ActionSupport;
import com.service.CustomService;

public class DeleteAction extends ActionSupport {
	private CustomService customService;
	private int cid;
	public CustomService getCustomService() {
		return customService;
	}
	public void setCustomService(CustomService customService) {
		this.customService = customService;
	}
	public int getCid() {
		return cid;
	}
	public void setCid(int cid) {
		this.cid = cid;
	}
	
	@Override
	public String execute() throws Exception {
		customService.deleteCustom(cid);
		return "success";
	}
}
最近下载更多
星辰xc  LV2 2023年5月7日
彩色天空  LV5 2023年4月8日
fengshengtian  LV8 2022年2月19日
839749683  LV9 2021年12月21日
erqian  LV1 2021年6月21日
1973356987  LV13 2021年6月16日
zdm_3366  LV3 2021年1月18日
lovemyhome  LV5 2021年1月2日
wob_ku  LV6 2020年7月4日
昵称zzz  LV13 2020年7月3日
最近浏览更多
WBelong  LV7 4月2日
Henew168  LV2 2023年11月19日
wspcyhy  LV1 2023年9月26日
li951753  LV2 2023年6月18日
星辰xc  LV2 2023年5月7日
彩色天空  LV5 2023年4月2日
xun1234 2022年11月23日
暂无贡献等级
谢谢谢谢谢谢你  LV6 2022年7月19日
HTMLProject  LV1 2022年7月6日
513273291  LV1 2022年7月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友