namespace DS.WMS.Core.TaskInteraction.Interface { /// /// 费用审核任务 /// public interface IFeeTaskService : IAuditTaskService { } }