ZhuDongming
2020-04-17 32a9814316c4292750a8e432e8a7e04ae2bef1c9
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;