ZhuDongming
2019-08-15 17c9b0305aaf3f48ea090e14dbcc3e6ab4f399c2
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;