From 2f73a671db8bf132baaba12a5c2a9c3b611589e9 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 01 八月 2019 17:14:26 +0800
Subject: [PATCH] 修复 添加房屋时的侦听 类修改
---
java110-code-generator/src/main/resources/relationship/flow.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/java110-code-generator/src/main/resources/relationship/flow.html b/java110-code-generator/src/main/resources/relationship/flow.html
index 74f70f4..bfdf1e6 100644
--- a/java110-code-generator/src/main/resources/relationship/flow.html
+++ b/java110-code-generator/src/main/resources/relationship/flow.html
@@ -7,6 +7,8 @@
<meta charset="UTF-8"/>
<title>@@templateName@@|java110</title>
<vc:create name="commonTop"></vc:create>
+ <link href="/css/jquery.step.css" rel="stylesheet"/>
+ <script src="/js/jquery.step.min.js" ></script>
</head>
<body>
<vc:create name="bodyTop"></vc:create>
--
Gitblit v1.8.0