647556386
2026-01-23 09fa6eed97289445b48bc1810e1c9b1c76bc00dd
项目代码/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);
    }
}