forked from lxm_tools/screw
✨ 新增word文档生成
This commit is contained in:
@@ -35,21 +35,13 @@ public enum EngineFileType implements Serializable {
|
||||
*/
|
||||
HTML(".html", "documentation_html", "HTML文件"),
|
||||
/**
|
||||
* DOC
|
||||
* WORD
|
||||
*/
|
||||
DOC(".doc", "documentation_doc", "WORD文件"),
|
||||
WORD(".doc", "documentation_word", "WORD文件"),
|
||||
/**
|
||||
* DOCX
|
||||
* EXCEL
|
||||
*/
|
||||
DOCX(".docx", "documentation_docx", "WORD文件"),
|
||||
/**
|
||||
* XSL
|
||||
*/
|
||||
XSL(".xsl", "documentation_xsl", "EXCEL文件"),
|
||||
/**
|
||||
* XLSX
|
||||
*/
|
||||
XLSX(".xlsx", "documentation_xlsx", "EXCEL文件");
|
||||
EXCEL(".xsl", "documentation_excel", "EXCEL文件");
|
||||
|
||||
/**
|
||||
* 文件后缀
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
<#--
|
||||
|
||||
screw-core - 简洁好用的数据库表结构文档生成工具
|
||||
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-->
|
||||
-->
|
||||
@@ -17,4 +17,3 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-->
|
||||
-->
|
||||
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
|
||||
<#--
|
||||
|
||||
screw-core - 简洁好用的数据库表结构文档生成工具
|
||||
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-->
|
||||
-->
|
||||
@@ -1,20 +0,0 @@
|
||||
<#--
|
||||
|
||||
screw-core - 简洁好用的数据库表结构文档生成工具
|
||||
Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-->
|
||||
-->
|
||||
@@ -1,17 +0,0 @@
|
||||
#*
|
||||
* screw-core - 简洁好用的数据库表结构文档生成工具
|
||||
* Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*#
|
||||
@@ -1,17 +0,0 @@
|
||||
#*
|
||||
* screw-core - 简洁好用的数据库表结构文档生成工具
|
||||
* Copyright © 2020 SanLi (qinggang.zuo@gmail.com)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*#
|
||||
Reference in New Issue
Block a user