username@email.com
2024-08-06 941b2450b4a1a1c9f0fc7af6a7c4d856f0d765f6
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,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);
    }
}