Zhang-Hong-Lin
2025-03-07 fdc247b8a0dfabe97c8d0fe1e0bee0b4c06c6915
ÏîÄ¿´úÂë/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>