username@email.com
2022-12-26 ce50650dbd08bddfa53ef8ab592a477761633e3d
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);
    }
}