沈斌
2018-05-08 b9baa2c78a067e9e67c7c824a28c8fd36682ecc8
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;