浏览代码

git-svn-id: https://192.168.57.71/svn/jsgkj@1324 931142cf-59ea-a443-aa0e-51397b428577

ld_lixh 8 年之前
父节点
当前提交
bda8c9e11f

+ 0 - 3
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/DcCtl.java

@@ -10,11 +10,8 @@ import org.springframework.web.bind.annotation.ResponseBody;
 
 import com.xt.js.gkaq.common.BaseCtl;
 import com.xt.js.gkaq.frame.service.CodeService;
-import com.xt.js.gkaq.web.model.CkModel;
 import com.xt.js.gkaq.web.model.DcModel;
-import com.xt.js.gkaq.web.service.CkService;
 import com.xt.js.gkaq.web.service.DcService;
-import com.xt.js.gkaq.web.vo.CkVo;
 import com.xt.js.gkaq.web.vo.DcVo;
 import com.yuanxd.tools.pagehelper.PageHelper;
 import com.yuanxd.tools.pagehelper.PageInfo;

+ 0 - 9
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/FileUtilCtl.java

@@ -1,12 +1,10 @@
 package com.xt.js.gkaq.web.ctl;
 
 import java.io.IOException;
-import java.util.List;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -14,18 +12,11 @@ import org.springframework.web.bind.annotation.ResponseBody;
 
 import com.xt.js.gkaq.common.BaseCtl;
 import com.xt.js.gkaq.common.util.FileUtil;
-import com.xt.js.gkaq.frame.service.CodeService;
 import com.xt.js.gkaq.web.model.BloBModel;
-import com.xt.js.gkaq.web.model.BwInfoModel;
-import com.xt.js.gkaq.web.model.BwModel;
 import com.xt.js.gkaq.web.model.FjbModel;
 import com.xt.js.gkaq.web.service.BloBService;
-import com.xt.js.gkaq.web.service.BwService;
 import com.xt.js.gkaq.web.service.FjbService;
 import com.xt.js.gkaq.web.vo.BloBVo;
-import com.xt.js.gkaq.web.vo.BwVo;
-import com.yuanxd.tools.pagehelper.PageHelper;
-import com.yuanxd.tools.pagehelper.PageInfo;
 import com.yuanxd.tools.utils.WebJsonResult;
 
 @Controller

+ 0 - 11
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/FjbCtl.java

@@ -1,26 +1,15 @@
 package com.xt.js.gkaq.web.ctl;
 
-import java.util.List;
 
-import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.ResponseBody;
 
 import com.xt.js.gkaq.common.BaseCtl;
-import com.xt.js.gkaq.frame.model.CodeModelDto;
-import com.xt.js.gkaq.frame.service.CodeService;
-import com.xt.js.gkaq.web.model.BwInfoModel;
-import com.xt.js.gkaq.web.model.BwModel;
 import com.xt.js.gkaq.web.model.FjbModel;
-import com.xt.js.gkaq.web.service.BwService;
 import com.xt.js.gkaq.web.service.FjbService;
 import com.xt.js.gkaq.web.service.RyzsbService;
-import com.xt.js.gkaq.web.vo.BwVo;
-import com.xt.js.gkaq.web.vo.FjbVo;
-import com.yuanxd.tools.pagehelper.PageHelper;
-import com.yuanxd.tools.pagehelper.PageInfo;
 import com.yuanxd.tools.utils.WebJsonResult;
 
 @Controller

+ 0 - 6
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/GksssbCtl.java

@@ -14,7 +14,6 @@ import org.springframework.web.bind.annotation.ResponseBody;
 import com.alibaba.fastjson.JSONArray;
 import com.xt.js.gkaq.common.BaseCtl;
 import com.xt.js.gkaq.common.BaseUUIDModel;
-import com.xt.js.gkaq.dwxx.service.JyrjcxxService;
 import com.xt.js.gkaq.frame.model.CodeModelDto;
 import com.xt.js.gkaq.frame.model.ComboBoxDto;
 import com.xt.js.gkaq.frame.service.CodeService;
@@ -23,19 +22,14 @@ import com.xt.js.gkaq.web.model.GksssbListModel;
 import com.xt.js.gkaq.web.model.GksssbModel;
 import com.xt.js.gkaq.web.model.GksssbTjModel;
 import com.xt.js.gkaq.web.model.GqModel;
-import com.xt.js.gkaq.web.model.zdhqdExtendModel;
-import com.xt.js.gkaq.web.model.zdhqdModel;
 import com.xt.js.gkaq.web.service.FjbService;
 import com.xt.js.gkaq.web.service.GksssbService;
 import com.xt.js.gkaq.web.service.GqService;
 import com.xt.js.gkaq.web.service.RyzsbService;
-import com.xt.js.gkaq.web.service.ZdhqdService;
 import com.xt.js.gkaq.web.vo.FjbVo;
 import com.xt.js.gkaq.web.vo.GksssbListVo;
 import com.xt.js.gkaq.web.vo.GksssbTjVo;
 import com.xt.js.gkaq.web.vo.GksssbVo;
-import com.xt.js.gkaq.web.vo.ZdhqdExtendVo;
-import com.xt.js.gkaq.web.vo.ZdhqdVo;
 import com.yuanxd.tools.pagehelper.PageHelper;
 import com.yuanxd.tools.pagehelper.PageInfo;
 import com.yuanxd.tools.utils.WebJsonResult;

+ 0 - 1
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/auth/AuthenticateController.java

@@ -18,7 +18,6 @@ import org.springframework.stereotype.Controller;
 import org.springframework.util.FileCopyUtils;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
-import org.springframework.web.bind.annotation.RequestParam;
 import org.springframework.web.bind.annotation.ResponseBody;
 
 import com.xt.js.gkaq.common.BaseCtl;

+ 0 - 4
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/service/BwService.java

@@ -2,13 +2,9 @@ package com.xt.js.gkaq.web.service;
 
 import java.util.List;
 
-import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.common.BaseUUIDModelService;
-import com.xt.js.gkaq.frame.model.ComboBoxDto;
 import com.xt.js.gkaq.web.model.BwInfoModel;
 import com.xt.js.gkaq.web.model.BwModel;
-import com.xt.js.gkaq.web.model.GqModel;
-import com.xt.js.gkaq.web.model.WxhwModel;
 
 public interface BwService extends BaseUUIDModelService<BwModel> {
 	public List<BwInfoModel> selectInfo (BwModel model);

+ 0 - 6
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/service/CkService.java

@@ -2,14 +2,8 @@ package com.xt.js.gkaq.web.service;
 
 import java.util.List;
 
-import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.common.BaseUUIDModelService;
-import com.xt.js.gkaq.frame.model.ComboBoxDto;
-import com.xt.js.gkaq.web.model.BwInfoModel;
-import com.xt.js.gkaq.web.model.BwModel;
 import com.xt.js.gkaq.web.model.CkModel;
-import com.xt.js.gkaq.web.model.GqModel;
-import com.xt.js.gkaq.web.model.WxhwModel;
 
 public interface CkService extends BaseUUIDModelService<CkModel> {
 	public List<CkModel> selectInfo (CkModel model);

+ 0 - 7
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/service/DcService.java

@@ -2,15 +2,8 @@ package com.xt.js.gkaq.web.service;
 
 import java.util.List;
 
-import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.common.BaseUUIDModelService;
-import com.xt.js.gkaq.frame.model.ComboBoxDto;
-import com.xt.js.gkaq.web.model.BwInfoModel;
-import com.xt.js.gkaq.web.model.BwModel;
-import com.xt.js.gkaq.web.model.CkModel;
 import com.xt.js.gkaq.web.model.DcModel;
-import com.xt.js.gkaq.web.model.GqModel;
-import com.xt.js.gkaq.web.model.WxhwModel;
 
 public interface DcService extends BaseUUIDModelService<DcModel> {
 	public List<DcModel> selectInfo (DcModel model);

+ 0 - 7
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/service/JyrTjcxService.java

@@ -2,15 +2,8 @@ package com.xt.js.gkaq.web.service;
 
 import java.util.List;
 
-import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.common.BaseUUIDModelService;
-import com.xt.js.gkaq.frame.model.ComboBoxDto;
-import com.xt.js.gkaq.web.model.BwInfoModel;
-import com.xt.js.gkaq.web.model.BwModel;
-import com.xt.js.gkaq.web.model.CkModel;
-import com.xt.js.gkaq.web.model.GqModel;
 import com.xt.js.gkaq.web.model.TjcxModel;
-import com.xt.js.gkaq.web.model.WxhwModel;
 
 public interface JyrTjcxService extends BaseUUIDModelService<TjcxModel> {
 	public List<TjcxModel> selectInfo (TjcxModel model);

+ 0 - 2
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/service/WxhwService.java

@@ -3,8 +3,6 @@ package com.xt.js.gkaq.web.service;
 import java.util.List;
 
 import com.xt.js.gkaq.common.BaseService;
-import com.xt.js.gkaq.frame.model.ComboBoxDto;
-import com.xt.js.gkaq.web.model.GqModel;
 import com.xt.js.gkaq.web.model.WxhwModel;
 
 public interface WxhwService extends BaseService<WxhwModel> {