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

com.github.hdy.common.entity.TableInfo Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.hdy.common.entity;

import lombok.Data;

import java.util.Date;

@Data
public class TableInfo {
    private String tableName;
    private String engine;
    private String tableComment;
    private Date createTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy