qinchulong
2025-03-08 73e0e7c3886bc88e7ed37db24d28d8f6d159f1c0
ÏîÄ¿´úÂë/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>