view.vm 400 Bytes
<table class="table table-bordered table-striped formLayout m0">
	<tr>
		<td>id:</td>
		<td>$!{productTemplete.id}</td>
		<td>templeteId:</td>
		<td>$!{productTemplete.templeteId}</td>
	</tr>
	<tr>
		<td>pid:</td>
		<td>$!{productTemplete.pid}</td>
		<td>ctime:</td>
		<td>$!{productTemplete.ctime}</td>
	</tr>
	<tr>
		<td>utime:</td>
		<td colspan="3">$!{productTemplete.utime}</td>
	</tr>
</table>