1
Huangxiaoqiang-03
2024-10-31 0bfe24ddf438636aeef8c1e6989d5c8c28b0bb1a
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IAreaInfoService.cs
@@ -13,5 +13,13 @@
    public interface IAreaInfoService : IService<Dt_AreaInfo>
    {
        IAreaInfoRepository Repository { get; }
        WebResponseContent AreaEnableStatus(int[] keys);
        WebResponseContent AreaDisableStatus(int[] keys);
        WebResponseContent AreaEnableStatus(int key);
        WebResponseContent AreaDisableStatus(int key);
    }
}