RuoYi
2023-11-30 370a299d05029e085be9e259b103db419144cf87
src/main/java/com/ruoyi/project/tool/gen/domain/GenTable.java
@@ -41,6 +41,9 @@
    /** 使用的模板(crud单表操作 tree树表操作 sub主子表操作) */
    private String tplCategory;
    /** 前端类型(element-ui模版 element-plus模版) */
    private String tplWebType;
    /** 生成包路径 */
    @NotBlank(message = "生成包路径不能为空")
    private String packageName;
@@ -165,6 +168,16 @@
        this.tplCategory = tplCategory;
    }
    public String getTplWebType()
    {
        return tplWebType;
    }
    public void setTplWebType(String tplWebType)
    {
        this.tplWebType = tplWebType;
    }
    public String getPackageName()
    {
        return packageName;