首页>代码>spring mvc和bootstrap3实现分页+导出功能的客户关系管理系统项目>/CRM/src/com/jiuzhou/common/action/RegionAction.java
                
                package com.jiuzhou.common.action;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.jiuzhou.common.model.Regions;
import com.jiuzhou.common.service.RegionService;
@Controller
@RequestMapping("/region")
public class RegionAction {
	@Resource
	private RegionService rgServie;
	
	@ResponseBody
	@RequestMapping("/findProvince")
	public List<Regions> findprovince() {
		List<Regions> list =rgServie.findProvince();
		return list;
	}
	
	@ResponseBody
	@RequestMapping("/findCity")
	public List<Regions> findCity(Integer id) {
		List<Regions> list =rgServie.findCity(id);
		return list;
	}
}
 最近下载更多
最近下载更多
                
                AAA孚盟软件售前刘美鲸     LV3
                2021年10月20日
            
            
        
                lironggang     LV38
                2021年9月11日
            
            
        
                houliukou     LV38
                2020年2月14日
            
            
        
                1234fdsafsafhgh56     LV5
                2019年10月15日
            
            
        
                z_lying     LV20
                2019年5月31日
            
            
        
                阿时23428     LV15
                2019年5月21日
            
            
        
                xwl123     LV12
                2019年5月16日
            
            
        
                一见倾心     LV9
                2019年4月22日
            
            
        
                709354102     LV10
                2019年3月30日
            
            
        
                suanpin     LV5
                2019年1月18日
            
            
         最近浏览更多
最近浏览更多
                
                WBelong     LV8
                2023年12月27日
            
            
        
                pangzhihui     LV14
                2023年12月11日
            
            
        
                2036495585     LV9
                2023年9月25日
            
            
        
                飞呀飞呀飞不放     LV7
                2023年8月9日
            
            
        
                1379585889     LV11
                2023年6月7日
            
            
        
                uni-code_0123     LV1
                2023年4月25日
            
            
        
                泓鼎168     LV20
                2023年4月11日
            
            
        
                孟子大叔     LV7
                2023年3月27日
            
            
        
                upup996     LV6
                2023年1月5日
            
            
        
                小龙快飞     LV5
                2022年12月29日
            
            
        
 
                 
                 
                