|
|
|
|
@ -106,7 +106,7 @@ public class DvSubjectController {
|
|
|
|
|
@GetMapping("/list")
|
|
|
|
|
@Operation(summary = "获得维保项目列表")
|
|
|
|
|
@PreAuthorize("@ss.hasPermission('mes:dv-subject:query')")
|
|
|
|
|
public CommonResult<List<DvSubjectRespVO>> getDvSubjectList() {
|
|
|
|
|
public CommonResult<List<DvSubjectDO>> getDvSubjectList() {
|
|
|
|
|
List<DvSubjectDO> dvSubjectDOList = dvSubjectService.getDvSubjectList();
|
|
|
|
|
return success(dvSubjectDOList);
|
|
|
|
|
}
|
|
|
|
|
|