|
|
@ -3,6 +3,7 @@ using System.Collections.Generic; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Volo.Abp.Validation; |
|
|
|
using Win.Sfs.SettleAccount.Entities.BQ.Vmi; |
|
|
|
using Win.Sfs.SettleAccount.EntityFrameworkCore; |
|
|
|
|
|
|
@ -39,6 +40,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs |
|
|
|
/// <summary>
|
|
|
|
/// 执行JisHBPO发运同步
|
|
|
|
/// </summary>
|
|
|
|
[DisableValidation] |
|
|
|
[UnitOfWork(IsDisabled = true)] |
|
|
|
public virtual async Task Invoke(IServiceProvider serviceProvider) |
|
|
|
{ |
|
|
|