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

com.easycodebox.jdbc.entity.CreateEntity Maven / Gradle / Ivy

package com.easycodebox.jdbc.entity;


import java.util.Date;

/**
 * @author WangXiaoJin
 * 
 */
public interface CreateEntity extends Entity {
	
	String getCreator();

	void setCreator(String creator);

	Date getCreateTime();

	void setCreateTime(Date createTime);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy