| | |
| | | package com.ks.app.controller.admin; |
| | | |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | |
| | | import com.ks.app.pojo.VO.PageEntity; |
| | | import com.ks.app.pojo.VO.Result; |
| | | import com.ks.lijin.pojo.DO.LiJinProvider; |
| | | import com.ks.lijin.service.LiJinProviderService; |
| | | import net.sf.json.JSONObject; |
| | | import org.apache.dubbo.config.annotation.Reference; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.ResponseBody; |
| | | |
| | | import java.util.List; |
| | | |
| | | |
| | | @Controller |