update AjaxResult

This commit is contained in:
18110972313 2025-04-24 16:31:39 +08:00
parent 1dc84aeb76
commit 4256c15f5d

View File

@ -51,8 +51,4 @@ public class AjaxResult {
return this;
}
public AjaxResult toAjax(int rows)
{
return rows > 0 ? setSuccess(true) : setErrorCode(400);
}
}