Zhang-Hong-Lin
2025-03-10 eb72ad7c5ec8f4f0cd8b291d16534a10e9eb113c
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/dt_batchinfoService.cs
@@ -16,6 +16,10 @@
    public class dt_batchinfoService : ServiceBase<dt_batchInfo, IRepository<dt_batchInfo>>, Idt_BatchinfoService
    {
        private readonly IMapper _mapper;
        public override PageGridData<dt_batchInfo> GetPageData(PageDataOptions options)
        {
            return base.GetPageData(options);
        }
        /// <summary>
        /// ä»“储层(数据库访问)
        /// </summary>