using HL_FristAidPlatform_Help; using HL_FristAidPlatform_Help.Model; namespace HL_FristAidPlatform_IDataBase { public interface IT_Service_FirstAid_DriverHandover { /// /// 司机交接记录 /// /// /// /// /// /// /// /// TableModel GetDriverHandoverList(string guid, string name, string time1, string time2, int pageIndex, int pageSize); } }