ZhuDongming
2019-08-19 60b3e6e819726a3470bf2b2eac358a538689b3e0
src/main/java/com/moral/entity/OrganizationRelation.java
@@ -1,9 +1,12 @@
package com.moral.entity;
import javax.persistence.Id;
import lombok.Data;
@Data
public class OrganizationRelation {
   @Id
    private Integer id;
    private Integer parentId;