首页>代码>企业人力资源管理项目SSH+EXTJS+MySQL整合开发>/hrmsys/src/com/hrmsys/action/BoonAction.java
package com.hrmsys.action;

import com.hrmsys.service.BoonService;

public class BoonAction extends BaseAction{
	private BoonService boonService;
	private String ids;
	private String json;
	private String start;
	private String limit;

	public void edit(){
		String boonJson = boonService.list(start, limit);
		this.out(boonJson);
	}
	
	public void delete(){
		String msg = boonService.delete(ids);
		this.out("{success: true, msg:'"+msg+"'}");
	}
	
	public void modify(){
		String msg = boonService.modify(json);
		this.setJson("");
		this.out("{success: true, msg:'"+msg+"'}");
	}
	
	public BoonService getBoonService() {
		return boonService;
	}

	public void setBoonService(BoonService boonService) {
		this.boonService = boonService;
	}

	public String getIds() {
		return ids;
	}

	public void setIds(String ids) {
		this.ids = ids;
	}

	public String getJson() {
		return json;
	}

	public void setJson(String json) {
		this.json = json;
	}

	public String getStart() {
		return start;
	}

	public void setStart(String start) {
		this.start = start;
	}

	public String getLimit() {
		return limit;
	}

	public void setLimit(String limit) {
		this.limit = limit;
	}
}
最近下载更多
123456wadff  LV3 1月15日
Seaskye  LV14 2023年11月4日
yuanye111  LV2 2023年3月12日
微信网友_6308169330069504  LV2 2023年1月17日
sandihha  LV9 2022年12月28日
东方明亮  LV5 2022年12月4日
松雅倨仕i  LV7 2022年6月16日
园林属于  LV7 2022年6月6日
蛇蛇皮怪  LV14 2022年3月8日
and123456  LV11 2022年2月7日
最近浏览更多
hmf1989 10分钟前
暂无贡献等级
educationAAA  LV2 4月23日
guaixia163  LV13 4月7日
GakkiMarryMe  LV9 4月4日
邓艺妮 4月3日
暂无贡献等级
 LV7 3月25日
yuan666  LV1 3月11日
1134116035 2月26日
暂无贡献等级
晴曛  LV6 2月20日
midyn203  LV2 2月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友