刘磊
2024-12-04 edb23a1c8d21b5431631e511e64a25e4517b0894
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);
}