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;
}
}
最近下载更多
微信网友_7041486630686720 LV2
2024年6月17日
educationAAA LV11
2024年6月7日
sunlea LV20
2024年5月17日
123456wadff LV3
2024年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日
最近浏览更多
一个神秘人 LV1
10月22日
AniyaKKbi
8月28日
暂无贡献等级
ttg2025 LV3
8月22日
1_小飞飞_1 LV2
5月25日
benben2020
3月19日
暂无贡献等级
abdkfksdkf LV16
2月23日
林kkkkkk LV6
2月8日
tel3033 LV1
1月21日
微信网友_7294439741132800 LV1
2024年12月13日
微信网友_7290593889931264
2024年12月10日
暂无贡献等级

