| | |
| | | using Model.InterFaceModel; |
| | | using Model.ModelDto.DataDto; |
| | | using Model.ModelDto.LogDto; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | List<ReLocateDataModel> GetLocateList(); |
| | | |
| | | /// <summary> |
| | | /// 反馈数字孪生操作信息 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | List<ReLogDataModel> GetLogDataList(); |
| | | |
| | | /// <summary> |
| | | /// 反馈数字孪生操作信息 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | List<OperationDto> ReLogData(); |
| | | } |
| | | } |