Update Habsen.java
Rollback blob image url
This commit is contained in:
parent
37a776743d
commit
291101387f
@ -78,10 +78,6 @@ public class Habsen extends BaseModel {
|
||||
@Column(name = "lokasi", nullable = true, length = 1000)
|
||||
@Caption(value = "lokasi")
|
||||
private String lokasi;
|
||||
|
||||
@Column(name = "image_url", nullable = true)
|
||||
@Caption(value = "Image URL")
|
||||
private byte[] imageUrl;
|
||||
|
||||
@Column(name = "jenispresensi", nullable = true)
|
||||
@Caption(value = "Jenis Presensi")
|
||||
@ -207,14 +203,6 @@ public class Habsen extends BaseModel {
|
||||
this.lokasi = lokasi;
|
||||
}
|
||||
|
||||
public byte[] getImageUrl() {
|
||||
return imageUrl;
|
||||
}
|
||||
|
||||
public void setImageUrl(byte[] imageUrl) {
|
||||
this.imageUrl = imageUrl;
|
||||
}
|
||||
|
||||
public Integer getJenisPresensi() {
|
||||
return jenisPresensi;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user