feat:添加长度校验

hangao-new
wangxy 11 months ago
parent c8bd6c8cc1
commit 2a61e59e32

@ -10,6 +10,7 @@ import com.ruoyi.common.constant.Constants;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.system.domain.*;
import com.ruoyi.system.service.*;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
@ -25,6 +26,7 @@ import java.util.stream.Collectors;
*
* @author wangxy
*/
@Api("首页门户")
@Controller
public class HomeController {

Loading…
Cancel
Save