|
@@ -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;
|