yanjinhui
2026-03-13 210aa2051329f3e8e5114b8c15538ae02338dde7
优化查找库区
已修改1个文件
13 ■■■■■ 文件已修改
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs
@@ -1,4 +1,5 @@
锘縰sing Newtonsoft.Json;
锘縰sing Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -61,5 +62,15 @@
            }
            return content1;
        }
        public override PageGridData<Dt_trackloginfo> GetPageData(PageDataOptions options)
        {
            return base.GetPageData(options);
        }
    }
}