|
|
@ -107,7 +107,7 @@ public class AiLabelController extends BaseController { |
|
|
|
* @param lableIds 主键串 |
|
|
|
*/ |
|
|
|
@SaCheckPermission("system:label:remove") |
|
|
|
@Log(title = "ai 识别类型", businessType = BusinessType.DELETE) |
|
|
|
@Log(title = "ai识别类型", businessType = BusinessType.DELETE) |
|
|
|
@DeleteMapping("/{lableIds}") |
|
|
|
public R<Void> remove(@NotEmpty(message = "主键不能为空") |
|
|
|
@PathVariable Long[] lableIds) { |
|
|
|