|  | @@ -1,5 +1,9 @@
 | 
											
												
													
														|  | -package cn.newfeifan.mall.module.controller.admin.shop;
 |  | 
 | 
											
												
													
														|  | 
 |  | +package cn.newfeifan.mall.sale.controller.admin.shop;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +import cn.newfeifan.mall.sale.controller.admin.shop.vo.ShopPageReqVO;
 | 
											
												
													
														|  | 
 |  | +import cn.newfeifan.mall.sale.controller.admin.shop.vo.ShopRespVO;
 | 
											
												
													
														|  | 
 |  | +import cn.newfeifan.mall.sale.controller.admin.shop.vo.ShopSaveReqVO;
 | 
											
												
													
														|  | 
 |  | +import cn.newfeifan.mall.sale.service.shop.ShopService;
 | 
											
												
													
														|  |  import org.springframework.web.bind.annotation.*;
 |  |  import org.springframework.web.bind.annotation.*;
 | 
											
												
													
														|  |  import javax.annotation.Resource;
 |  |  import javax.annotation.Resource;
 | 
											
												
													
														|  |  import org.springframework.validation.annotation.Validated;
 |  |  import org.springframework.validation.annotation.Validated;
 | 
											
										
											
												
													
														|  | @@ -8,7 +12,6 @@ import io.swagger.v3.oas.annotations.tags.Tag;
 | 
											
												
													
														|  |  import io.swagger.v3.oas.annotations.Parameter;
 |  |  import io.swagger.v3.oas.annotations.Parameter;
 | 
											
												
													
														|  |  import io.swagger.v3.oas.annotations.Operation;
 |  |  import io.swagger.v3.oas.annotations.Operation;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -import javax.validation.constraints.*;
 |  | 
 | 
											
												
													
														|  |  import javax.validation.*;
 |  |  import javax.validation.*;
 | 
											
												
													
														|  |  import javax.servlet.http.*;
 |  |  import javax.servlet.http.*;
 | 
											
												
													
														|  |  import java.util.*;
 |  |  import java.util.*;
 | 
											
										
											
												
													
														|  | @@ -25,9 +28,7 @@ import cn.newfeifan.mall.framework.excel.core.util.ExcelUtils;
 | 
											
												
													
														|  |  import cn.newfeifan.mall.framework.operatelog.core.annotations.OperateLog;
 |  |  import cn.newfeifan.mall.framework.operatelog.core.annotations.OperateLog;
 | 
											
												
													
														|  |  import static cn.newfeifan.mall.framework.operatelog.core.enums.OperateTypeEnum.*;
 |  |  import static cn.newfeifan.mall.framework.operatelog.core.enums.OperateTypeEnum.*;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -import cn.newfeifan.mall.module.controller.admin.shop.vo.*;
 |  | 
 | 
											
												
													
														|  | -import cn.newfeifan.mall.module.dal.dataobject.shop.ShopDO;
 |  | 
 | 
											
												
													
														|  | -import cn.newfeifan.mall.module.service.shop.ShopService;
 |  | 
 | 
											
												
													
														|  | 
 |  | +import cn.newfeifan.mall.sale.dal.dataobject.shop.ShopDO;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  @Tag(name = "管理后台 - 店铺")
 |  |  @Tag(name = "管理后台 - 店铺")
 | 
											
												
													
														|  |  @RestController
 |  |  @RestController
 |