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