最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

基于Springboot+Vue實(shí)現(xiàn)前后端分離商城管理系統(tǒng)

2022-07-29 13:29 作者:指南針畢業(yè)設(shè)計(jì)  | 我要投稿


一,項(xiàng)目簡(jiǎn)介

?新新商城,一款基于 Springboot+Vue 的電商項(xiàng)目,前后端分離項(xiàng)目。完整的實(shí)現(xiàn)了一個(gè)商城系統(tǒng)應(yīng)有的基本功能,包括但不限于以下主要功能模塊:

前端商城用戶


  1. 用戶注冊(cè)登陸


  2. 商品信息分類和品牌瀏覽


  3. 全文搜索


  4. 添加購(gòu)物車管理


  5. 在線購(gòu)買商品:使用支付寶沙箱在線支付


  6. 個(gè)人信息管理


  7. 個(gè)人訂單管理


  8. 在線退換貨功能


  9. 退款功能

后臺(tái)用戶管理功能


  1. 商品分類管理


  2. 商品品牌管理


  3. 商品規(guī)格管理


  4. 商品采購(gòu)管理


  5. 供應(yīng)商管理


  6. 訂單管理


  7. 退貨退款管理


  8. 輪播圖設(shè)置管理


  9. 用戶管理


  10. 權(quán)限角色管理


  11. 個(gè)人信息管理


????? 項(xiàng)目后臺(tái)基于Springboot+MybatisPlus開發(fā)實(shí)現(xiàn),前端使用VUE+Element開發(fā)實(shí)現(xiàn),前后端分離開發(fā),前端通過(guò)調(diào)用后臺(tái)接口來(lái)進(jìn)行相應(yīng)的交互處理。

????? 亮點(diǎn)技術(shù):短信發(fā)送驗(yàn)證碼、阿里云OSS云存儲(chǔ)商品圖片、郵箱自動(dòng)發(fā)郵件驗(yàn)證操作權(quán)限,Shiro權(quán)限管理,數(shù)據(jù)加密處理,支付寶沙箱技術(shù)應(yīng)用,Redis數(shù)據(jù)緩存處理。

??? 項(xiàng)目功能完整,界面優(yōu)雅大方,人機(jī)交互流暢,是一個(gè)難得的畢業(yè)設(shè)計(jì)作品。

二,環(huán)境介紹

語(yǔ)言環(huán)境:Java:? jdk1.8

數(shù)據(jù)庫(kù):Mysql: mysql5.7? Redis:5.0.10

應(yīng)用服務(wù)器:Tomcat:? tomcat8.5.31

開發(fā)工具:IDEA或eclipse

技術(shù)應(yīng)用:

后端技術(shù)


技術(shù)


說(shuō)明


官網(wǎng)


SpringBoot


容器+MVC框架


https://spring.io/projects/spring-boot


Shiro


認(rèn)證和授權(quán)框架


Apache Shiro Simple. Java. Security.


MyBatis


ORM框架


http://www.mybatis.org/mybatis-3/zh/index.html


MySQL


數(shù)據(jù)庫(kù)


https://www.mysql.com/


Redis


分布式緩存


https://redis.io/


Druid


數(shù)據(jù)庫(kù)連接池


https://github.com/alibaba/druid


前端技術(shù)


技術(shù)


說(shuō)明


官網(wǎng)


Vue


前端框架


https://vuejs.org/


Vue-router


路由框架


https://router.vuejs.org/


Vuex


全局狀態(tài)管理框架


https://vuex.vuejs.org/


Element


前端UI框架


https://element.eleme.io


Axios


前端HTTP框架


https://github.com/axios/axios


vue-clipboard2


將內(nèi)容復(fù)制到剪貼板


https://github.com/Inndy/vue-clipboard2


vuex-persistedstate


vuex持久化


https://www.npmjs.com/package/vuex-persistedstate


nprogress


進(jìn)度條控件


https://github.com/rstacruz/nprogress


開發(fā)環(huán)境


工具


版本號(hào)


下載


JDK


1.8


https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


Mysql


5.7


https://www.mysql.com/


Redis


5.0.10


https://redis.io/download


第三方技術(shù)


工具


官網(wǎng)


支付寶沙箱技術(shù)


沙箱環(huán)境 | 開放平臺(tái)


OSS 存儲(chǔ)


阿里云-為了無(wú)法計(jì)算的價(jià)值


阿里云短信服務(wù)


阿里云-為了無(wú)法計(jì)算的價(jià)值


QQ郵箱服務(wù)


登錄QQ郵箱




三,系統(tǒng)展示

下面展示一下項(xiàng)目的主要核心功能:

前端用戶操作

用戶注冊(cè):會(huì)對(duì)郵箱發(fā)驗(yàn)證碼驗(yàn)證,要求必須真實(shí)有效郵箱

編輯

用戶登陸

編輯

首頁(yè)

編輯

編輯


商品購(gòu)買

編輯


購(gòu)物車

編輯


結(jié)算付款

編輯


編輯

我的訂單:可以申請(qǐng)退款、收貨后可以申請(qǐng)退貨等操作

編輯


后臺(tái)管理用戶功能

后臺(tái)首頁(yè)

編輯

商品管理:可以實(shí)現(xiàn)商品添加、編輯、刪除、下架、查詢等,另可以對(duì)商品分類、品牌、規(guī)則、采購(gòu)信息進(jìn)行管理,以及對(duì)供應(yīng)商進(jìn)行管理,不再一一展示。菜單上的功能都是齊全的。

編輯

訂單管理:可以進(jìn)行發(fā)貨、退貨、退款等相關(guān)操作

編輯


營(yíng)銷管理

主要對(duì)前端展示的廣告輪播圖進(jìn)行管理

編輯


用戶和權(quán)限管理:可以對(duì)管理員、顧客、角色進(jìn)行管理操作

編輯





四,核心代碼展示

package com.qiu.controller;import com.alibaba.fastjson.JSON;import com.qiu.entity.Logistics;import com.qiu.entity.Order;import com.qiu.entity.Product;import com.qiu.service.LogisticsService;import com.qiu.service.OrderService;import com.qiu.service.ProductService;import com.qiu.util.general.CommonResult;import org.apache.commons.lang3.StringUtils;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.RedisTemplate;import org.springframework.web.bind.annotation.CrossOrigin;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RestController;import java.util.ArrayList;import java.util.List;import java.util.Map;import java.util.concurrent.TimeUnit;/** * @author ZNZ * @email 469603589@qq.com * @date 2022/12/28 18:11 * @description 訂單相關(guān)業(yè)務(wù) */@RestController@CrossOriginpublic class OrderController { ? ?private static final String VIP = "Vip"; ? ?private static final String COLLECT_GOODS_STATE = "已收貨"; ? ?@Autowired ? ?private OrderService orderService; ? ?@Autowired ? ?private ProductService productService; ? ?@Autowired ? ?private LogisticsService logisticsService; ? ?@Autowired ? ?private RedisTemplate<String, String> redisTemplate; ? ?@RequestMapping(value = "/order/findById") ? ?public CommonResult findOrderById(Integer orderId) { ? ? ? ?Order order = orderService.selectById(orderId); ? ? ? ?if (orderId != null) { ? ? ? ? ? ?return CommonResult.success("訂單信息查詢成功", order); ? ? ? ?} ? ? ? ?return CommonResult.error("訂單信息查詢失敗"); ? ?} ? ?@RequestMapping(value = "/order/findOrderInfo") ? ?public CommonResult findOrderInfo(String userAccount) { ? ? ? ?List<Map<String, Object>> orderMap = orderService.selectAllOrder(userAccount); ? ? ? ?if (orderMap != null) { ? ? ? ? ? ?return CommonResult.success("訂單信息查詢成功", orderMap); ? ? ? ?} ? ? ? ?return CommonResult.error("訂單信息查詢失敗"); ? ?} ? ?@RequestMapping(value = "/order/findAll") ? ?public CommonResult findAllOrder() { ? ? ? ?List<Order> orders = orderService.selectAll(); ? ? ? ?if (orders != null) { ? ? ? ? ? ?return CommonResult.success("訂單信息查詢成功", orders); ? ? ? ?} ? ? ? ?return CommonResult.error("訂單信息查詢失敗"); ? ?} ? ?@RequestMapping(value = "/order/findCount") ? ?public CommonResult findCount() { ? ? ? ?Integer count = orderService.selectCount(); ? ? ? ?if (count != null) { ? ? ? ? ? ?return CommonResult.success("訂單數(shù)量查詢成功", count); ? ? ? ?} ? ? ? ?return CommonResult.error("訂單數(shù)量查詢失敗"); ? ?} ? ?@RequestMapping(value = "/order/add") ? ?public CommonResult addOrder(Order order) { ? ? ? ?if (order != null) { ? ? ? ? ? ?if (order.getProductNo().contains(VIP)) { ? ? ? ? ? ? ? ?return handleMemberOrders(order); ? ? ? ? ? ?} ? ? ? ? ? ?return handleMerchandiseOrders(order); ? ? ? ?} else { ? ? ? ? ? ?return CommonResult.error("訂單數(shù)據(jù)不完整"); ? ? ? ?} ? ?} ? ?@RequestMapping(value = "/order/cartOrder") ? ?public CommonResult cartOrder(String orderNo, String ordersInfo, String cartIds) { ? ? ? ?List<String> cartIdList = JSON.parseArray(cartIds, String.class); ? ? ? ?List<Order> orders = JSON.parseArray(ordersInfo, Order.class); ? ? ? ?if (orders != null) { ? ? ? ? ? ?ArrayList<String> orderInfo = new ArrayList<>(); ? ? ? ? ? ?ArrayList<String> productInfo = new ArrayList<>(); ? ? ? ? ? ?for (Order order : orders) { ? ? ? ? ? ? ? ?Product product = productService.selectByKey(order.getProductNo()); ? ? ? ? ? ? ? ?Integer productStock = product.getProductStock(); ? ? ? ? ? ? ? ?Integer payAmount = order.getPayAmount(); ? ? ? ? ? ? ? ?if (productStock >= payAmount) { ? ? ? ? ? ? ? ? ? ?Product newProduct = new Product(); ? ? ? ? ? ? ? ? ? ?newProduct.setProductId(product.getProductId()); ? ? ? ? ? ? ? ? ? ?int newStock = productStock - payAmount; ? ? ? ? ? ? ? ? ? ?newProduct.setProductStock(newStock); ? ? ? ? ? ? ? ? ? ?newProduct.setIsStockOut(newStock < product.getLowestStock()); ? ? ? ? ? ? ? ? ? ?// 如果庫(kù)存小于等于0,自動(dòng)下架 ? ? ? ? ? ? ? ? ? ?newProduct.setIsSale(newStock > 0); ? ? ? ? ? ? ? ? ? ?if (productService.updateById(newProduct) && orderService.insertData(order)) { ? ? ? ? ? ? ? ? ? ? ? ?orderInfo.add(order.getOrderNo()); ? ? ? ? ? ? ? ? ? ? ? ?productInfo.add(order.getProductNo()); ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ?} ? ? ? ? ? ?} ? ? ? ? ? ?if (!orderInfo.isEmpty()) { ? ? ? ? ? ? ? ?String cartIdsInfo = StringUtils.join(cartIdList.toArray(), ","); ? ? ? ? ? ? ? ?String orderNoInfo = StringUtils.join(orderInfo, ","); ? ? ? ? ? ? ? ?String productNoInfo = StringUtils.join(productInfo, ","); ? ? ? ? ? ? ? ?redisTemplate.opsForValue().set(orderNo, orderNoInfo, 24, TimeUnit.HOURS); ? ? ? ? ? ? ? ?redisTemplate.opsForValue().set("cartId" + orderNo, cartIdsInfo, 24, TimeUnit.HOURS); ? ? ? ? ? ? ? ?return CommonResult.success("創(chuàng)建訂單成功", productNoInfo); ? ? ? ? ? ?} ? ? ? ? ? ?return CommonResult.error("創(chuàng)建訂單失敗,請(qǐng)查看商品庫(kù)存是否滿足購(gòu)買數(shù)量"); ? ? ? ?} else { ? ? ? ? ? ?return CommonResult.error("訂單數(shù)據(jù)不完整"); ? ? ? ?} ? ?} ? ?@RequestMapping(value = "/order/update") ? ?public CommonResult updateOrder(Order order) { ? ? ? ?if (orderService.updateById(order)) { ? ? ? ? ? ?return CommonResult.success("修改訂單成功", order); ? ? ? ?} ? ? ? ?return CommonResult.error("修改訂單失敗"); ? ?} ? ?@RequestMapping(value = "/order/delete") ? ?public CommonResult deleteOrder(Integer orderId) { ? ? ? ?if (orderService.deleteById(orderId)) { ? ? ? ? ? ?return CommonResult.success("刪除訂單成功", "訂單id:" + orderId); ? ? ? ?} ? ? ? ?return CommonResult.error("刪除訂單失敗"); ? ?} ? ?@RequestMapping(value = "/order/receipt") ? ?public CommonResult updateOrder(Integer orderId) { ? ? ? ?Order order = new Order(); ? ? ? ?order.setOrderId(orderId); ? ? ? ?order.setOrderState(COLLECT_GOODS_STATE); ? ? ? ?if (orderService.updateById(order)) { ? ? ? ? ? ?return CommonResult.success("商品收貨成功", order); ? ? ? ?} ? ? ? ?return CommonResult.error("商品收貨失敗"); ? ?} ? ?@RequestMapping(value = "/orderDetail/orderInfo") ? ?public CommonResult orderInfo(String orderNo) { ? ? ? ?ArrayList<Object> resultList = new ArrayList<>(); ? ? ? ?Order order = orderService.selectByKey(orderNo); ? ? ? ?Logistics logistics = logisticsService.selectOrderNo(orderNo); ? ? ? ?if (order != null) { ? ? ? ? ? ?resultList.add(order); ? ? ? ?} ? ? ? ?if (logistics != null) { ? ? ? ? ? ?resultList.add(logistics); ? ? ? ?} ? ? ? ?return CommonResult.success("訂單詳情查詢成功", resultList); ? ?} ? ?/** ? ? * 處理會(huì)員訂單 ? ? * ? ? * @param order 訂單信息 ? ? */ ? ?private CommonResult handleMemberOrders(Order order) { ? ? ? ?if (orderService.insertData(order)) { ? ? ? ? ? ?return CommonResult.success("創(chuàng)建訂單成功", order); ? ? ? ?} else { ? ? ? ? ? ?return CommonResult.error("創(chuàng)建訂單失敗"); ? ? ? ?} ? ?} ? ?/** ? ? * 處理商品訂單 ? ? * ? ? * @param order 訂單信息 ? ? */ ? ?private CommonResult handleMerchandiseOrders(Order order) { ? ? ? ?Product product = productService.selectByKey(order.getProductNo()); ? ? ? ?Integer productStock = product.getProductStock(); ? ? ? ?Integer payAmount = order.getPayAmount(); ? ? ? ?boolean isOk = productStock >= payAmount; ? ? ? ?if (isOk) { ? ? ? ? ? ?Product newProduct = new Product(); ? ? ? ? ? ?newProduct.setProductId(product.getProductId()); ? ? ? ? ? ?int newStock = productStock - payAmount; ? ? ? ? ? ?newProduct.setProductStock(newStock); ? ? ? ? ? ?newProduct.setIsStockOut(newStock < product.getLowestStock()); ? ? ? ? ? ?// 如果庫(kù)存小于等于0,自動(dòng)下架 ? ? ? ? ? ?newProduct.setIsSale(newStock > 0); ? ? ? ? ? ?if (productService.updateById(newProduct)) { ? ? ? ? ? ? ? ?if (orderService.insertData(order)) { ? ? ? ? ? ? ? ? ? ?redisTemplate.opsForValue().set(order.getOrderNo(), order.getOrderNo(), 24, TimeUnit.HOURS); ? ? ? ? ? ? ? ? ? ?return CommonResult.success("創(chuàng)建訂單成功", order); ? ? ? ? ? ? ? ?} else { ? ? ? ? ? ? ? ? ? ?return CommonResult.error("創(chuàng)建訂單失敗"); ? ? ? ? ? ? ? ?} ? ? ? ? ? ?} else { ? ? ? ? ? ? ? ?return CommonResult.error("創(chuàng)建訂單失敗"); ? ? ? ? ? ?} ? ? ? ?} else { ? ? ? ? ? ?return CommonResult.error("商品庫(kù)存不足"); ? ? ? ?} ? ?} }

package com.qiu.controller;import com.qiu.util.general.CommonResult;import com.qiu.util.oss.AliyunOssUtil;import lombok.extern.slf4j.Slf4j;import org.apache.commons.io.FileUtils;import org.apache.commons.lang3.StringUtils;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.web.bind.annotation.CrossOrigin;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RequestParam;import org.springframework.web.bind.annotation.RestController;import org.springframework.web.multipart.MultipartFile;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;/** * @author ZNZ */@Slf4j@CrossOrigin@RestControllerpublic class OssController { ? ?@Autowired ? ?private AliyunOssUtil ossUtil; ? ?@RequestMapping("/uploadImage") ? ?public CommonResult upload(@RequestParam("name") String folderName, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("file") MultipartFile file) throws IOException { ? ? ? ?if (file != null) { ? ? ? ? ? ?String fileName = file.getOriginalFilename(); ? ? ? ? ? ?if (StringUtils.isNotBlank(fileName)) { ? ? ? ? ? ? ? ?File newFile = new File(fileName); ? ? ? ? ? ? ? ?try (FileOutputStream os = new FileOutputStream(newFile)) { ? ? ? ? ? ? ? ? ? ?os.write(file.getBytes()); ? ? ? ? ? ? ? ? ? ?file.transferTo(newFile); ? ? ? ? ? ? ? ? ? ?String path = ossUtil.upload(folderName, newFile); ? ? ? ? ? ? ? ? ? ?log.info("文件上傳成功,路徑:{}", path); ? ? ? ? ? ? ? ? ? ?return new CommonResult(200, "上傳成功", path); ? ? ? ? ? ? ? ?} catch (Exception e) { ? ? ? ? ? ? ? ? ? ?log.error("文件上傳失敗", e); ? ? ? ? ? ? ? ? ? ?return CommonResult.error("上傳失敗"); ? ? ? ? ? ? ? ?} finally { ? ? ? ? ? ? ? ? ? ?if (newFile.exists()) { ? ? ? ? ? ? ? ? ? ? ? ?FileUtils.forceDelete(newFile); ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ?} ? ? ? ? ? ?} ? ? ? ?} ? ? ? ?return CommonResult.error("文件不存在"); ? ?} }


package com.qiu.controller;import com.qiu.entity.ShoppingCart;import com.qiu.service.ShoppingCartService;import com.qiu.util.general.CommonResult;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.web.bind.annotation.CrossOrigin;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RestController;import java.util.List;import java.util.Map;/** * @author ZNZ * @email 469603589@qq.com * @date 2022/12/31 16:23 * @description 購(gòu)物車業(yè)務(wù)類 */@RestController@CrossOriginpublic class ShoppingCartController { ? ?@Autowired ? ?private ShoppingCartService shoppingCartService; ? ?/** ? ? * 新增商品到購(gòu)物車 ? ? * ? ? * @param shoppingCart 購(gòu)物車商品信息 ? ? */ ? ?@RequestMapping(value = "/shoppingCart/add") ? ?public CommonResult addShoppingCart(ShoppingCart shoppingCart) { ? ? ? ?if (shoppingCartService.insertData(shoppingCart)) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車添加成功", shoppingCart); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車添加失敗"); ? ?} ? ?/** ? ? * 更新購(gòu)物車商品 ? ? * ? ? * @param shoppingCart 購(gòu)物車商品信息 ? ? */ ? ?@RequestMapping(value = "/shoppingCart/update") ? ?public CommonResult updateShoppingCart(ShoppingCart shoppingCart) { ? ? ? ?if (shoppingCartService.updateById(shoppingCart)) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車修改成功", shoppingCart); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車修改失敗"); ? ?} ? ?/** ? ? * 購(gòu)物車移除商品 ? ? * ? ? * @param cartId 購(gòu)物車商品編號(hào) ? ? */ ? ?@RequestMapping(value = "/shoppingCart/deleteById") ? ?public CommonResult deleteShoppingCart(Integer cartId) { ? ? ? ?if (shoppingCartService.deleteById(cartId)) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車刪除成功", "cartId: " + cartId); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車刪除失敗"); ? ?} ? ?/** ? ? * 根據(jù)用戶移除購(gòu)物車 ? ? * ? ? * @param account 用戶賬戶 ? ? */ ? ?@RequestMapping(value = "/shoppingCart/deleteByUser") ? ?public CommonResult deleteByUser(String account) { ? ? ? ?if (shoppingCartService.deleteByUser(account)) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車刪除成功", account); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車刪除失敗"); ? ?} ? ?/** ? ? * 查詢用戶賬號(hào)下的購(gòu)物車信息 ? ? * ? ? * @param account 用戶賬戶 ? ? */ ? ?@RequestMapping(value = "/shoppingCart/findAll") ? ?public CommonResult findAllShoppingCart(String account) { ? ? ? ?List<Map<String, Object>> shoppingInfo = shoppingCartService.selectAll(account); ? ? ? ?if (shoppingInfo != null) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車查詢成功", shoppingInfo); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車查詢失敗"); ? ?} ? ?/** ? ? * 根據(jù)購(gòu)物車商品編號(hào)查詢購(gòu)物車商品信息 ? ? * ? ? * @param cartId 購(gòu)物車商品編號(hào) ? ? */ ? ?@RequestMapping(value = "/shoppingCart/findById") ? ?public CommonResult findById(Integer cartId) { ? ? ? ?ShoppingCart shoppingCart = shoppingCartService.selectById(cartId); ? ? ? ?if (shoppingCart != null) { ? ? ? ? ? ?return CommonResult.success("購(gòu)物車查詢成功", shoppingCart); ? ? ? ?} ? ? ? ?return CommonResult.error("購(gòu)物車查詢失敗"); ? ?} }


五,項(xiàng)目總結(jié)

?項(xiàng)目后臺(tái)基于Springboot+MybatisPlus開發(fā)實(shí)現(xiàn),前端使用VUE+Element開發(fā)實(shí)現(xiàn),前后端分離開發(fā),前端通過(guò)調(diào)用后臺(tái)接口來(lái)進(jìn)行相應(yīng)的交互處理。

????? 亮點(diǎn)技術(shù):短信發(fā)送驗(yàn)證碼、阿里云OSS云存儲(chǔ)商品圖片、郵箱自動(dòng)發(fā)郵件驗(yàn)證操作權(quán)限,Shiro權(quán)限管理,數(shù)據(jù)加密處理,支付寶沙箱技術(shù)應(yīng)用,Redis數(shù)據(jù)緩存處理。

??? 項(xiàng)目功能完整,界面優(yōu)雅大方,人機(jī)交互流暢,是一個(gè)難得的畢業(yè)設(shè)計(jì)作品。


基于Springboot+Vue實(shí)現(xiàn)前后端分離商城管理系統(tǒng)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
潜山县| 梅河口市| 尚志市| 镇康县| 开阳县| 布尔津县| 南华县| 岗巴县| 遂川县| 富宁县| 乡城县| 怀来县| 鸡东县| 民勤县| 台山市| 江门市| 嘉兴市| 黄冈市| 收藏| 英山县| 子长县| 晋中市| 红安县| 吉隆县| 库尔勒市| 三河市| 确山县| 乐安县| 抚州市| 西吉县| 庆阳市| 扎鲁特旗| 双柏县| 杭锦后旗| 中西区| 清苑县| 广东省| 永春县| 吉安市| 兴和县| 夹江县|