wanshenmean
3 天以前 9f278f5771cfd88bd6567c58f198f40b7a22160d
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/FakeBatteryPositionService.cs
@@ -33,6 +33,12 @@
        }
        /// <inheritdoc/>
        public bool MarkAsAvailable(List<int> positions)
        {
            return BaseDal.MarkAsAvailable(positions);
        }
        /// <inheritdoc/>
        public int? GetPositionIndex(int row, int col)
        {
            return BaseDal.GetPositionIndex(row, col);