username@email.com
2021-11-25 402f9568e48e6e1a9d29d37dcda46737047425d5
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,13 @@
        ExpertOrderDipatchDTO GetDispatch(string id);
        ResultEntity IdCardChongfu(string IdCard = "", string Id = "");
        ResultEntity CertiNumberChongfu(string CertiNumber = "", string Id = "");
        ResultEntity Phone1Chongfu(string Phone1 = "", string Id = "");
    }
}