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

cn.handyplus.lib.db.param.TableInfoParam Maven / Gradle / Ivy

The newest version!
package cn.handyplus.lib.db.param;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

/**
 * 表信息
 *
 * @author handy
 * @since 1.4.8
 */
@Getter
@Setter
@Builder
public class TableInfoParam implements Serializable {

    private static final long serialVersionUID = -7950670716229015037L;
    /**
     * 表名
     */
    private String tableName;

    /**
     * 表注释
     */
    private String tableComment;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy