1
dengjunjie
2025-02-18 d5c610cbf2451bbf9a103c295ae51e541ad98951
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -1,4 +1,5 @@
锘縰sing System;
锘縰sing Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -44,5 +45,6 @@
        /// <param name="Statu"></param>
        /// <returns></returns>
        WebResponseContent UpdateStatus(List<string> locationCodes,int Statu);
        WebResponseContent GetLocationCodes();
    }
}