示例#1
0
 public ActionResult <bool> DelPointUser(Guid id)
 {
     LogContent = "删除了审批用户,ID" + id.ToString();
     return(bll.DelPointUser(id));
 }