查询任务执行列表

附加每个任务是检查还是保养
This commit is contained in:
qianhao.xu
2024-12-18 18:30:38 +08:00
parent 205fda9480
commit 5916e60970
4 changed files with 24 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ namespace DOAN.Service.MES.dev.IService
int ExecutionTask_point(string id);
List<DeviceAccount> AchieveTaskbindDevice(string id);
List<DeviceInspect> AchieveDevicebindInspect(int fk_device_id, string fkPlanId, int planType);