username@email.com
2024-01-12 0e5c4a8e17dcefcc10b2507da61b099be12451d8
zhengcaioa/IServices/IExpertService.cs
@@ -28,5 +28,18 @@
        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);
        ResultEntity savehezuo(ExpertDTO expertDTO);
    }
}