mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 13:52:39 +08:00
fix up
This commit is contained in:
parent
2267e9d644
commit
995a0bbf48
@ -4,7 +4,7 @@
|
|||||||
<#list classInfo.fieldList as fieldItem >
|
<#list classInfo.fieldList as fieldItem >
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="${fieldItem.fieldName}Label">${fieldItem.fieldComment}</label>
|
<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>
|
</div>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user