Browse Source

修改删除组

Administrator 3 years ago
parent
commit
2b17324f82

+ 0 - 4
boman-report/src/main/java/com/boman/report/service/impl/TableServiceImpl.java

@@ -1,10 +1,6 @@
 package com.boman.report.service.impl;
 
-import com.alibaba.fastjson.JSONObject;
-import com.boman.common.core.web.page.TableDataInfo;
 import com.boman.domain.GenTable;
-import com.boman.domain.dto.AjaxResult;
-import com.boman.gen.api.RemoteGenTableService;
 import com.boman.report.mapper.TableMapper;
 import com.boman.report.service.ITableService;
 import org.springframework.beans.factory.annotation.Autowired;