username@email.com
2022-03-11 c2bd119aba05cee7fcb7eb8f2dd39ee4781b885c
zhengcaioa/IServices/IExpertService.cs
@@ -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);
    }
}