刘磊
2024-11-23 222d2040c2a5e958b5fbd0b7047a8e802ec14288
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);
}