|
@ -79,7 +79,7 @@ public class DcEventTypeController extends BaseController |
|
|
/** |
|
|
/** |
|
|
* 新增事件类型 |
|
|
* 新增事件类型 |
|
|
*/ |
|
|
*/ |
|
|
// @ApiOperation("新增事件类型")
|
|
|
@ApiOperation("新增事件类型") |
|
|
// @PreAuthorize("@ss.hasPermi('business:dcEventType:add')")
|
|
|
// @PreAuthorize("@ss.hasPermi('business:dcEventType:add')")
|
|
|
@Log(title = "事件类型", businessType = BusinessType.INSERT) |
|
|
@Log(title = "事件类型", businessType = BusinessType.INSERT) |
|
|
@PostMapping("/add") |
|
|
@PostMapping("/add") |
|
|