All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.javahao.entity.RelationEnum Maven / Gradle / Ivy

package com.github.javahao.entity;

/**
 * Created by Administrator on 2017/12/29.
 */
public enum RelationEnum {
    ONE,ONE_TO_ONE,ONE_TO_MANY,MANY_TO_ONE,MANY_TO_MANY;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy