java110
2020-04-25 2646433c86f6ca21839d12b6e43e3b6380438d3d
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>
@@ -18,6 +20,9 @@
        <div class="row border-bottom">
            <vc:create name="nav"></vc:create>
        </div>
        <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
            <vc:create name="breadcrumb"></vc:create>
        </div>
        <!-- id="component" -->
        <div class="wrapper wrapper-content animated fadeInRight">
            <vc:create name="@@templateCode@@"></vc:create>