Esempio n. 1
0
 //更新历史记录表删除标记
 public int UpdateHisPreApprovaDelete(Guid PID)
 {
     return(preApprovalService.UpdateHisPreApprovaDelete(PID));
 }