fix crud user

This commit is contained in:
dirgantarasiahaan
2023-05-26 17:18:41 +07:00
parent 00dd061bac
commit cab86cf8fa
13 changed files with 49 additions and 10 deletions

View File

@@ -39,8 +39,8 @@ public class Users extends BaseEntity {
@Column(name = "bidang_id")
private Long bidangId;
@Column(name = "jabatan")
private String jabatan;
@Column(name = "jabatan_id")
private Long jabatanId;
@Column(name = "role_id")
private Long roleId;