111
yanjinhui
2025-04-02 20f099aee8715510406bf46c5e8ff4a8f5d532df
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/ISerialPortService/ITorqueOpServer.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OfficeOpenXml.FormulaParsing.Excel.Functions.Text;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.SerialPort;
@@ -17,5 +18,19 @@
        /// </summary>
        /// <returns></returns>
        WebResponseContent Checkvalue(GetTorDTO getTorDTO);
        WebResponseContent AddTorqueOp(Dt_TorqueOp torqueOp);
        /// <summary>
        /// åˆ¤æ–­op表中这个值是否有该条任务的数据/给前端返回当前op表中的值
        /// </summary>
        /// <param name="takeid">任务号</param>
        /// <param name="group">组别</param>
        /// <param name="setpunm">步骤</param>
        /// <returns></returns>
        WebResponseContent WhetherSaveValueData(string takeid,string group,int setpunm);
    }
}