Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entity 패키지 구현 #1

Open
Kimhanju0210 opened this issue Oct 21, 2024 · 0 comments
Open

entity 패키지 구현 #1

Kimhanju0210 opened this issue Oct 21, 2024 · 0 comments
Assignees

Comments

@Kimhanju0210
Copy link
Collaborator

Entity 패키지 구현

entity 패키지를 구현한 후 User 클래스를 만들기

User 클래스 내용

  • private long id;
  • private String name;
  • private int penalty_point;
  • private String to_day_clean;
  • private int clean_point;
  • private int rank;
@Kimhanju0210 Kimhanju0210 self-assigned this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant