Bläddra i källkod

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

ld_zhoutl 8 år sedan
förälder
incheckning
d33d8ffe5a

+ 5 - 5
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/ctl/ZyfzsqCtl.java

@@ -14,18 +14,18 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.ResponseBody;
 
 import com.alibaba.fastjson.JSONArray;
+import com.xt.js.gkaq.aqsp.model.WhxxModel;
+import com.xt.js.gkaq.aqsp.model.ZyfzModel;
+import com.xt.js.gkaq.aqsp.model.ZyfzModelDto;
+import com.xt.js.gkaq.aqsp.service.WhxxService;
+import com.xt.js.gkaq.aqsp.service.ZyfzsqService;
 import com.xt.js.gkaq.common.BaseCtl;
 import com.xt.js.gkaq.common.BaseUUIDModel;
 import com.xt.js.gkaq.common.DictConsts;
 import com.xt.js.gkaq.frame.model.ComboBoxDto;
 import com.xt.js.gkaq.frame.service.CodeService;
 import com.xt.js.gkaq.web.model.GqModel;
-import com.xt.js.gkaq.web.model.WhxxModel;
-import com.xt.js.gkaq.web.model.ZyfzModel;
-import com.xt.js.gkaq.web.model.ZyfzModelDto;
 import com.xt.js.gkaq.web.service.GqService;
-import com.xt.js.gkaq.web.service.WhxxService;
-import com.xt.js.gkaq.web.service.ZyfzsqService;
 import com.xt.js.gkaq.web.vo.ZyfzsqVo;
 import com.yuanxd.tools.pagehelper.PageHelper;
 import com.yuanxd.tools.pagehelper.PageInfo;