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