增加Global Using
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 10:19:08 +08:00
parent 115017197b
commit fc30cb39ee
408 changed files with 11031 additions and 12556 deletions
@@ -1,7 +1,4 @@
using IRaCIS.Application.Contracts;
using System;
using System.Collections.Generic;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Infrastructure.Extention;
using IRaCIS.Application.Contracts;
namespace IRaCIS.Application.Interfaces
{
@@ -1,6 +1,4 @@
using IRaCIS.Application.Contracts;
using System;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using IRaCIS.Application.Contracts.Pay;
using IRaCIS.Core.Infrastructure.Extention;
using IRaCIS.Application.Contracts.Pay;
namespace IRaCIS.Application.Interfaces
{
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using IRaCIS.Application.Contracts;
using IRaCIS.Application.Contracts;
using IRaCIS.Application.Contracts.Pay;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Infrastructure.Extention;
using IRaCIS.Application.Contracts;
namespace IRaCIS.Application.Interfaces
{
@@ -11,7 +8,7 @@ namespace IRaCIS.Application.Interfaces
Task<PageOutput<RankPriceDTO>> GetRankPriceList(RankPriceQueryDTO queryParam);
Task<IResponseOutput> DeleteRankPrice( Guid id);
Task<IResponseOutput> DeleteRankPrice(Guid id);
Task<List<RankDic>> GetRankDic();
}
@@ -1,5 +1,4 @@
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
@@ -12,10 +11,10 @@ namespace IRaCIS.Application.Interfaces
/// <summary>
/// 上传入组后的Ack-SOW
/// </summary>
Task<IResponseOutput> UploadTrialSOW( TrialSOWPathDTO trialSowPath);
Task<IResponseOutput> UploadTrialSOW(TrialSOWPathDTO trialSowPath);
Task<IResponseOutput> DeleteTrialSOW( DeleteSowPathDTO trialSowPath);
Task<IResponseOutput> DeleteTrialSOW(DeleteSowPathDTO trialSowPath);
}
}
@@ -1,6 +1,4 @@
using IRaCIS.Application.Contracts;
using System;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
@@ -1,6 +1,5 @@
using IRaCIS.Core.Application.Contracts;
using System.Collections.Generic;
@@ -1,7 +1,4 @@
using System.Collections.Generic;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
namespace IRaCIS.Application.Interfaces
{
public interface IVolumeRewardService
{