| | |
| | | |
| | | ResultEntity ModifyStatus(string id, string userid); |
| | | |
| | | List<ExpertDTO> GetList(); |
| | | List<ExpertDTO> GetList(string[] id = null); |
| | | |
| | | ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO); |
| | | |
| | |
| | | |
| | | |
| | | 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); |
| | | |
| | | } |
| | | } |