|
|
|
@ -1,10 +1,5 @@
|
|
|
|
|
package com.ruoyi.web.core.base;
|
|
|
|
|
package com.ruoyi.framework.web.base;
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.beans.PropertyEditorSupport;
|
|
|
|
|
import org.springframework.web.bind.WebDataBinder;
|
|
|
|
|
import org.springframework.web.bind.annotation.InitBinder;
|
|
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
|
|
import com.ruoyi.common.base.AjaxResult;
|
|
|
|
@ -15,6 +10,12 @@ import com.ruoyi.framework.web.page.PageDomain;
|
|
|
|
|
import com.ruoyi.framework.web.page.TableDataInfo;
|
|
|
|
|
import com.ruoyi.framework.web.page.TableSupport;
|
|
|
|
|
import com.ruoyi.system.domain.SysUser;
|
|
|
|
|
import org.springframework.web.bind.WebDataBinder;
|
|
|
|
|
import org.springframework.web.bind.annotation.InitBinder;
|
|
|
|
|
|
|
|
|
|
import java.beans.PropertyEditorSupport;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* web层通用数据处理
|