示例#1
0
 public ObjectResultEx GetAllSupply(SimpleParam <Guid> Param, SimpleParam <int> Key)
 {
     return(ObjectResultEx.Instance(Temp.GetAllSupply(Param.Id, Key.Parameter), 1, RetrunMessge.SUCCESS, HttpCode.Success));
 }