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

com.jeesuite.mybatis.core.BaseEntity Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.mybatis.core;

import java.io.Serializable;

/**
 * @description 
* @author vakin * @date 2015年12月7日 * @Copyright (c) 2015, jwww */ public abstract class BaseEntity implements Serializable{ private static final long serialVersionUID = -607752621362896528L; public abstract Serializable getId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy