PLC
yanjinhui
2025-04-24 461ccbda1d9d3fef42f250771c2fd30702755c16
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/TorqueOpController.cs
@@ -31,5 +31,11 @@
            return Service.AddTorqueOp(torqueOp);
        }
        [HttpPost,Route("WhetherSaveValueData"), AllowAnonymous]
        public WebResponseContent WhetherSaveValueData(string takeid, string group, int setpunm)
        {
            return Service.WhetherSaveValueData(takeid, group, setpunm);
        }
    }
}