| | |
| | | |
| | | ResultEntity ModifyStatus(string id, string userid); |
| | | |
| | | List<ExpertDTO> GetList(); |
| | | List<ExpertDTO> GetList(string[] id = null); |
| | | |
| | | ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO); |
| | | |
| | | ResultDataEntity<ExpertPromoteDTO> SearchExpPromote(ExpertPromoteDTOSearch searchEntity); |
| | | ResultDataEntity<ExpertOrderDipatchDTO> SearchOrderDispatch(ExpertOrderDipatchDTOSearch searchEntity); |
| | | ResultEntity SaveDispatch(ExpertOrderDipatchDTO dipatchDTO); |
| | | |
| | | |
| | | ResultDataEntity<ExpertOrderDipatchDTO> SearchJiesuan(ExpertOrderDipatchDTOSearch searchEntity); |
| | | |
| | | |
| | | ExpertOrderDipatchDTO GetDispatch(string id); |
| | | } |
| | | } |