ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -1,4 +1,5 @@
using System;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -37,5 +38,13 @@
        /// <param name="locationCode"></param>
        /// <returns></returns>
        Dt_LocationInfo? GetLocation(string locationCode);
        /// <summary>
        /// ä¿®æ”¹è´§ä½çŠ¶æ€
        /// </summary>
        /// <param name="locationCodes"></param>
        /// <param name="Statu"></param>
        /// <returns></returns>
        WebResponseContent UpdateStatus(List<string> locationCodes,int Statu);
        WebResponseContent GetLocationCodes();
    }
}