refactor base smartproc
This commit is contained in:
@@ -3,6 +3,7 @@ package com.iconplus.smartproc.model.entity;
|
||||
import com.iconplus.smartproc.helper.base.BaseEntity;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import org.hibernate.annotations.Type;
|
||||
|
||||
import javax.persistence.*;
|
||||
|
||||
@@ -17,9 +18,13 @@ public class SupplyPositioningMatrix extends BaseEntity {
|
||||
private long id;
|
||||
|
||||
@Column(name = "supply_positioning_matrix")
|
||||
private String supplypositioningmatrix;
|
||||
private String supplyPositioningMatrix;
|
||||
|
||||
@Column(name = "keterangan")
|
||||
private String keterangan;
|
||||
|
||||
@Column(name = "deleted")
|
||||
@Type(type = "org.hibernate.type.NumericBooleanType")
|
||||
private Boolean deleted;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user