代码格式
parent
44b8f61bf4
commit
f95d3a534e
|
@ -1,4 +1,5 @@
|
|||
package com.zzjee.wm.controller;
|
||||
|
||||
import com.zzjee.md.entity.MdCusEntity;
|
||||
import com.zzjee.wm.entity.WmImNoticeHEntity;
|
||||
import com.zzjee.wm.entity.WmNoticeConfEntity;
|
||||
|
@ -81,12 +82,11 @@ import org.springframework.http.MediaType;
|
|||
import org.springframework.web.util.UriComponentsBuilder;
|
||||
|
||||
/**
|
||||
* @author erzhongxmu
|
||||
* @version V1.0
|
||||
* @Title: Controller
|
||||
* @Description: 回单管理
|
||||
* @author erzhongxmu
|
||||
* @date 2017-08-15 23:18:21
|
||||
* @version V1.0
|
||||
*
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/wmNoticeConfController")
|
||||
|
@ -104,7 +104,6 @@ public class WmNoticeConfController extends BaseController {
|
|||
private Validator validator;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 回单管理列表 页面跳转
|
||||
*
|
||||
|
@ -293,6 +292,7 @@ public class WmNoticeConfController extends BaseController {
|
|||
}
|
||||
return new ModelAndView("com/zzjee/wm/wmNoticeConf-add");
|
||||
}
|
||||
|
||||
/**
|
||||
* 回单管理编辑页面跳转
|
||||
*
|
||||
|
@ -337,6 +337,7 @@ public class WmNoticeConfController extends BaseController {
|
|||
modelMap.put(NormalExcelConstants.DATA_LIST, wmNoticeConfs);
|
||||
return NormalExcelConstants.JEECG_EXCEL_VIEW;
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出excel 使模板
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue