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

com.swak.frame.dto.base.BaseVo Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package com.swak.frame.dto.base;

import lombok.Data;

import java.util.Date;

@Data
public class BaseVo implements VO {

	private static final long serialVersionUID = -6992969104014044629L;

	private String creatorId;

	private Date createTime;

	private String modifierId;

	private Date modifyTime;
	
	private String creator;
	private String modifier;

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy