一些数据库的java开发编程
源代码在线查看: productlist.vm
$text.product_title_list
#messageMarkup( )
#if( $products && !$products.isEmpty() )
$text.product_item_name
$text.product_item_category
$text.product_item_producer
$text.product_item_price
$text.product_item_status
$text.btn_update
$text.btn_delete
$text.btn_detail
#foreach( $product in $products )
$velocityCount
$!product.name
#foreach( $category in $categorys )
#if( $category.id==$product.categoryid )
$category.name
#end
#end
$!product.producer
$!product.price
$text.getValue( "product_status", $product.status )
$text.btn_update
$text.btn_delete
$text.btn_detail
#end
#end