贾荣国
3 years ago
7 changed files with 36 additions and 24 deletions
@ -1,10 +1,11 @@ |
|||
using Volo.Abp.DependencyInjection; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.DependencyInjection; |
|||
using Volo.Abp.Domain.Repositories; |
|||
|
|||
namespace Win_in.Sfs.Scp.v1.Domain |
|||
{ |
|||
public interface ITaPartRepository : IRepository<TA_PART>,ITransientDependency |
|||
{ |
|||
|
|||
Task<TA_PART> UpsertAsync(TA_PART taPart); |
|||
} |
|||
} |
Loading…
Reference in new issue