username@email.com
2023-03-29 eacd4c4f0581f1c4b55f7f0c7f1092b3f965a6f8
zhengcaioa/IServices/IExpertService.cs
@@ -15,7 +15,7 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<ExpertDTO> GetList();
        List<ExpertDTO> GetList(string[] id = null);
        ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO);
@@ -28,5 +28,15 @@
        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);
    }
}