username@email.com
2022-08-27 6e2b929cf381e2320ba6e7dec56c0371124d2b51
zhengcaioa/IServices/IExpertService.cs
@@ -15,12 +15,28 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<ExpertDTO> GetList();
        List<ExpertDTO> GetList(string[] id = null);
        ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO);
        ResultDataEntity<ExpertPromoteDTO> SearchExpPromote(ExpertPromoteDTOSearch searchEntity);
        ResultDataEntity<ExpertOrderDipatchDTO> SearchOrderDispatch(ExpertOrderDipatchDTOSearch searchEntity);
        ResultEntity SaveDispatch(ExpertOrderDipatchDTO dipatchDTO);
        ResultDataEntity<ExpertOrderDipatchDTO> SearchJiesuan(ExpertOrderDipatchDTOSearch searchEntity);
        ExpertOrderDipatchDTO GetDispatch(string id);
        ResultEntity IdCardChongfu(string IdCard = "", string Id = "");
        ResultEntity CertiNumberChongfu(string CertiNumber = "", string Id = "");
        ResultEntity Phone1Chongfu(string Phone1 = "", string Id = "");
        List<ExpertDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
    }
}