mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
fix up
This commit is contained in:
parent
2267e9d644
commit
995a0bbf48
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user