chendayu 2 년 전
부모
커밋
0391b01c46
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      PAS/src/main/java/cn/cslg/pas/controller/CommonController.java

+ 0 - 1
PAS/src/main/java/cn/cslg/pas/controller/CommonController.java

@@ -47,7 +47,6 @@ import java.util.stream.Collectors;
 @RequestMapping(Constants.API_VERSION_V2 + "/common")
 @RequiredArgsConstructor(onConstructor_ = {@Lazy})
 public class CommonController {
-
     private final AreaService areaService;
     private final SystemDictService systemDictService;
     private final SystemDictAssociateService systemDictAssociateService;