组织表的类增加编码
This commit is contained in:
parent
46c1445737
commit
9cf68b21f1
@ -35,6 +35,9 @@ public class Organizations implements Serializable {
|
|||||||
@NotBlank(message = "组织名称不能为空")
|
@NotBlank(message = "组织名称不能为空")
|
||||||
private String orgName;
|
private String orgName;
|
||||||
|
|
||||||
|
@NotBlank(message = "组织编码不能为空")
|
||||||
|
private String orgCode;
|
||||||
|
|
||||||
@Column(onInsertValue = "now()")
|
@Column(onInsertValue = "now()")
|
||||||
private LocalDateTime createdTime;
|
private LocalDateTime createdTime;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user