Skip to content

Commit

Permalink
✨ 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Aug 26, 2022
1 parent 6a4b2e5 commit a97b53b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* @author L.cm
*/
@Data
@Schema(name = "用户表单模型")
@Schema(description = "用户表单模型")
public class UserForm {

@Schema(name = "用户名")
@Schema(description = "用户名")
@NotBlank
private String name;
}

0 comments on commit a97b53b

Please sign in to comment.