1
huangxiaoqiang
5 天以前 85d9ca4ec972ce4d020db046d930e8991709ae2d
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/BoxingInfoController.cs
@@ -20,6 +20,12 @@
        return Service.AddGroupPlateAsync(groupPlate);
    }
    [HttpPost, HttpGet, Route("GetPalletCodeInfo"), AllowAnonymous]
    public Task<WebResponseContent> GetPalletCodeInfo(string palletCode)
    {
        return Service.GetPalletCodeInfo(palletCode);
    }
    /// <summary>
    /// 瑙g洏
    /// </summary>