qiuyao
2025-03-31 ee91fab34fcd79f3da55956897633b9cdf3e2f59
ÏîÄ¿´úÂë/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;
@@ -19,5 +20,14 @@
        WebResponseContent Checkvalue(GetTorDTO getTorDTO);
        WebResponseContent AddTorqueOp(Dt_TorqueOp torqueOp);
        /// <summary>
        /// åˆ¤æ–­op表中这个值是否有该条任务的数据
        /// </summary>
        /// <param name="takeid">任务号</param>
        /// <param name="group">组别</param>
        /// <param name="setpunm">步骤</param>
        /// <returns></returns>
        WebResponseContent WhetherSaveValueData(string takeid,string group,int setpunm);
    }
}