mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 07:28:25 +08:00
fix up
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<#list classInfo.fieldList as fieldItem >
|
||||
<div class="form-group">
|
||||
<label for="${fieldItem.fieldName}Label">${fieldItem.fieldComment}</label>
|
||||
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}}" placeholder="请输入${fieldItem.fieldComment}">
|
||||
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}" placeholder="请输入${fieldItem.fieldComment}">
|
||||
</div>
|
||||
</#list>
|
||||
</#if>
|
||||
|
||||
Reference in New Issue
Block a user