沈斌
2018-04-26 69b69b4c90b66a4b82dee7da6c63f835c10caef3
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;