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

com.kasinf.framework.rest.eneity.projection.BaseProjection Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.kasinf.framework.rest.eneity.projection;

import java.io.Serializable;
import java.util.Date;

/**
 * 基础投影
 *
 * @author lkhsh
 */
public interface BaseProjection {

    Serializable getId();

    Date getCreateTime();

    Date getModifyTime();

    String getCreator();

    String getModifier();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy