src/main/java/org/jeecg/codegenerate/JeecgOneUtil.java
@@ -6,10 +6,10 @@ public class JeecgOneUtil { public static void main(String[] args) throws Exception { TableVo tableVo = new TableVo(); tableVo.setTableName("eam_equipment_scrap"); tableVo.setEntityName("EamEquipmentScrap"); tableVo.setEntityPackage("eam"); tableVo.setFtlDescription("设备报废(转让)"); tableVo.setTableName("lsw_material"); tableVo.setEntityName("LswMaterial"); tableVo.setEntityPackage("lsw"); tableVo.setFtlDescription("线边库物料信息"); new CodeGenerateOne(tableVo).generateCodeFile(null); } }