示例#1
0
 public ActionResult <Flow_PointView> GetPointModel(Guid id)
 {
     return(bll.GetPointModel(id));
 }