dotfiles/.config/Code/User/History/1d14de04/I917.java

15 lines
169 B
Java
Raw Normal View History

2024-09-09 16:59:28 +05:00
package com.rutils;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class User{
@Id
String username;
String password;
}