1
刘磊
2024-11-23 df5e63a89fa2fade5bf87d41f507740ea063e0e4
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/MOM/ProcessApply/IProcessApplyService.cs
@@ -10,5 +10,5 @@
public interface IProcessApplyService : IDependency
{
    Task<dynamic> ProcessApplyAsync(ProcessApplyDto input);
    Task<WebResponseContent> GetProcessApplyAsync(ProcessApplyDto input);
}