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