1
Huangxiaoqiang-03
2024-10-31 0bfe24ddf438636aeef8c1e6989d5c8c28b0bb1a
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryListService.cs
@@ -15,5 +15,7 @@
        public Sys_DictionaryListService(ISys_DictionaryListRepository BaseDal) : base(BaseDal)
        {
        }
        public ISys_DictionaryListRepository Repository => BaseDal;
    }
}