username@email.com
2025-04-16 1243f9cdb1ce367af05caabbb71ce81e38d5a1af
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);
    }
}