fix
Helius
2022-07-11 12a65860b5eba471fec1146989963419cfa7ea66
src/main/java/com/xcong/farmer/cms/modules/system/entity/CmsTemplateEntity.java
@@ -22,4 +22,6 @@
     * 类型 1-文件 2-代码
     */
    private Integer type;
    private Long companyId;
}