| | |
| | | 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; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | | { |
| | | public interface ITorqueOpServer : IService<Dt_TorqueOp> |
| | | { |
| | | //WebResponseContent Nexstep(String id,string guorp); |
| | | /// <summary> |
| | | /// æ ¹æ®ç±»ååå½åæ¥éª¤æ¥æ¾åºæåå¼ |
| | | /// </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); |
| | | |
| | | } |
| | | } |