Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / template

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • template
  • ..
  • dto
  • UserDTO.java
  • 邓敏's avatar
    Security · a37a3fb1
    邓敏 committed May 11, 2025
    a37a3fb1 Browse Directory
UserDTO.java 139 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
package com.zhongzhi.dto;

import lombok.Data;

@Data
public class UserDTO {

    private String username;

    private String password;
}