Merge branch 'dev' of ssh://172.16.55.31/volume1/git/SC-be-java into dev
This commit is contained in:
commit
7c24ab5bc1
@ -26,11 +26,11 @@ public class JenisLog extends BaseActive implements Serializable {
|
|||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = SEQUENCE, generator = "sg_jenis_log_m")
|
@GeneratedValue(strategy = SEQUENCE, generator = "sg_jenis_log_m")
|
||||||
@SequenceGenerator(name = "sg_jenis_log_m", sequenceName = "rm_jenis_log_m_seq", allocationSize = 1)
|
@SequenceGenerator(name = "sg_jenis_log_m", sequenceName = "jenis_log_m_seq", allocationSize = 1)
|
||||||
@Column(name = "id")
|
@Column(name = "id")
|
||||||
protected Long id;
|
protected Long id;
|
||||||
|
|
||||||
@Column(length = 150, nullable = false)
|
@Column(length = 150, unique = true, nullable = false)
|
||||||
@Size(max = 150)
|
@Size(max = 150)
|
||||||
@NotBlank
|
@NotBlank
|
||||||
@Caption("Jenis Log")
|
@Caption("Jenis Log")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user