根据ID查询实体
Posted lijun6
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了根据ID查询实体相关的知识,希望对你有一定的参考价值。
//查询实体
$scope.findOne=function(id)
$http.get(‘../brand/findOne.do?id=‘+id).success(
function(response)
$scope.entity= response;
);
以上是关于根据ID查询实体的主要内容,如果未能解决你的问题,请参考以下文章