username@email.com
2024-07-08 3cf9d2b6664bf83216c25d33f3f2890de6f25443
zhengcaioa/IServices/IWfHistoryService.cs
@@ -15,6 +15,10 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<WfHistoryDTO> GetList();
        List<WfHistoryDTO> GetList(string RunProcessId ="" );
        List<WfHistoryDTO> GetListshenpi(string RunProcessId);
        ResultDataEntity<WfHistoryDTO> SearchByPagingGuanLi(WfHistoryDTOSearch searchEntity);
    }
}