chendayu vor 2 Jahren
Ursprung
Commit
0391b01c46
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;