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

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

package com.easycodebox.jdbc.entity;


import java.util.Date;

/**
 * @author WangXiaoJin
 * 
 */
public interface ModifyEntity extends Entity {
	
	String getModifier();

	void setModifier(String modifier);

	Date getModifyTime();

	void setModifyTime(Date modifyTime);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy