【组织模型工厂加id】

yun-zuoyi
王杰 6 years ago
parent 57b3b4242e
commit 2a10fd1021

@ -9,6 +9,10 @@ import java.util.List;
public class SysOrganizeModel {
@Transient
@ApiParam(value = "id")
private Long id;
@Transient
@ApiParam(value = "父节点")
private Long parentId;
@ -43,4 +47,12 @@ public class SysOrganizeModel {
public void setName(String name) {
this.name = name;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
}

Loading…
Cancel
Save