代码管理/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); } }