|
@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
|
- * 自定义分析 前端控制器
|
|
|
+ * 自定义分析 前端控制器
|
|
|
* </p>
|
|
|
*
|
|
|
* @author 王岩
|
|
@@ -30,7 +30,6 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@RequestMapping(Constants.API_VERSION_V2 + "/custom/analysis/item")
|
|
|
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
|
|
public class CustomAnalysisItemController {
|
|
|
-
|
|
|
private final CustomAnalysisItemService customAnalysisItemService;
|
|
|
private final CustomAnalysisItemSourceService customAnalysisItemSourceService;
|
|
|
|