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

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

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

import lombok.Data;

/**
 * 生成配置
 *
 * @author 贺大爷
 * @date 2018/2/6
 */
@Data
public class GenConfig {
    /**
     * 包名
     */
    private String packageName;
    /**
     * 作者
     */
    private String author;
    /**
     * 模块名称
     */
    private String moduleName;
    /**
     * 表前缀
     */
    private String tablePrefix;

    /**
     * 表名称
     */
    private String tableName;

    /**
     * 表备注
     */
    private String comments;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy