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

cn.tenfell.plugins.dbgenerate.entity.TableProp Maven / Gradle / Ivy

package cn.tenfell.plugins.dbgenerate.entity;

import lombok.Data;

/**
 * 表属性
 * @author fs
 */
@Data
public class TableProp {
    private String tableName;
    private String comment;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy