事故信息列表
This commit is contained in:
parent
c9d8ab10f9
commit
82b9230fd6
|
|
@ -45,6 +45,16 @@ public class BizEventTypeController extends JeecgController<EventType, EventType
|
||||||
public Result<EventResultVO> queryPageList() {
|
public Result<EventResultVO> queryPageList() {
|
||||||
return Result.OK(eventTypeService.queryCoefficients());
|
return Result.OK(eventTypeService.queryCoefficients());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 事故信息列表
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
@Operation(summary = "事故类型表-事故信息列表")
|
||||||
|
@GetMapping(value = "/getEventTypeInfo")
|
||||||
|
public Result<?> getEventTypeInfo() {
|
||||||
|
return Result.OK(eventTypeService.list());
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加
|
* 添加
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user