1
Zhang-Hong-Lin
2025-03-05 660f077385ffbc8d9edd3c52e0f2e4f5f2e15349
ÏîÄ¿´úÂë/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>