647556386
2026-01-28 35b6db110029996c93902cb6708f35d9ef21ff7f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IBasicService/MESOperation/IFeedbackMesService.cs
@@ -9,6 +9,8 @@
{
    public interface IFeedbackMesService : IDependency
    {
        void MaterialOutboundFeedback(string orderNo);
        WebResponseContent OutboundFeedback(string orderNo);
        WebResponseContent BarcodeFeedback(string newBarcode);
    }
}