wip: 代码生成临时提交
This commit is contained in:
@@ -11,27 +11,12 @@ import lombok.Data;
|
||||
@TableName(value ="gen_config")
|
||||
@Data
|
||||
public class GenConfig extends BaseEntity {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@TableId(type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 表名
|
||||
*/
|
||||
private String tableName;
|
||||
|
||||
/**
|
||||
* 表注释
|
||||
*/
|
||||
private String tableComment;
|
||||
|
||||
/**
|
||||
* 实体名
|
||||
*/
|
||||
private String entityName;
|
||||
|
||||
/**
|
||||
* 包名
|
||||
*/
|
||||
@@ -42,6 +27,21 @@ public class GenConfig extends BaseEntity {
|
||||
*/
|
||||
private String moduleName;
|
||||
|
||||
/**
|
||||
* 实体名
|
||||
*/
|
||||
private String entityName;
|
||||
|
||||
/**
|
||||
* 类描述
|
||||
*/
|
||||
private String comment;
|
||||
|
||||
/**
|
||||
* 上级菜单ID
|
||||
*/
|
||||
private Long parentMenuId;
|
||||
|
||||
/**
|
||||
* 作者
|
||||
*/
|
||||
@@ -49,5 +49,5 @@ public class GenConfig extends BaseEntity {
|
||||
|
||||
|
||||
@TableLogic
|
||||
private Boolean isDeleted;
|
||||
private Integer isDeleted;
|
||||
}
|
||||
Reference in New Issue
Block a user