delete ruoyi 1.1.6

This commit is contained in:
RuoYi
2018-07-02 09:12:48 +08:00
parent 35a2114fc8
commit fccd5830a4
472 changed files with 0 additions and 86036 deletions

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<meta charset="utf-8">
<head th:include="include :: header"></head>
<body class="gray-bg">
<div class="btn-group hidden-xs" id="toolbar" role="group">
<button class="btn btn-outline btn-default" onclick="javascript:batchGenCode()" shiro:hasPermission="tool:gen:code">
<i class="fa fa-download"></i> 批量生成
</button>
</div>
<div class="wrapper wrapper-content">
<table class="bootstrap-table" data-mobile-responsive="true"
data-sort-name="create_time" data-sort-order="desc">
</table>
</div>
<div th:include="include :: footer"></div>
<script th:src="@{/ruoyi/tool/gen/gen.js}"></script>
</body>
</html>