首页>代码>SpringBoot整合Swagger基本实现>/swagger-first/src/main/java/com/vip/swaggerfirst/common/dto/UserDto.java
package com.vip.swaggerfirst.common.dto; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; import lombok.ToString; import org.springframework.util.StringUtils; /** * @author vip * @Description: 测试接口传参实体 * @Date 2019/6/15 */ @Getter @Setter @ToString public class UserDto { @ApiModelProperty(value = "用户ID") private Integer id; @ApiModelProperty(value = "用户名", required = true) private String username; @ApiModelProperty(value = "密码", required = true) private String password; public boolean checkParam() { return !StringUtils.isEmpty(id) && !StringUtils.isEmpty(username) && !StringUtils.isEmpty(password); } }

15719908287 LV9
2024年6月19日
2410068425 LV23
2024年1月11日
空心菜4 LV9
2023年7月16日
xiaoyuer2 LV8
2022年11月20日
MMENGDI LV14
2022年8月29日
gaotieyou LV5
2022年7月5日
1234mama LV19
2022年6月7日
壹级天灾 LV14
2022年4月27日
fangen0005 LV25
2022年4月13日
denliv_hui LV13
2022年2月9日

xianyu091012 LV5
2024年11月18日
dapeioo
2024年10月8日
暂无贡献等级
15719908287 LV9
2024年6月19日
小旭123 LV1
2024年4月28日
xiaokang1 LV10
2024年4月25日
38735466 LV11
2024年3月7日
Gin19960217 LV4
2024年1月19日
2410068425 LV23
2024年1月11日
0592lyj LV9
2024年1月5日
edpwyg LV14
2023年10月21日