| | |
| | | UserId = _currentUser.UserId |
| | | }; |
| | | //return _wmsMaterialAppService.DeleteAsync(id,myCurrentUser);//逻辑删除 |
| | | return _wmsMaterialAppService.DeletePermanentlyAsync(id, myCurrentUser);//物理删除 |
| | | return _WmsMaterialTypeAppService.DeletePermanentlyAsync(id, myCurrentUser);//物理删除 |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | UserId = _currentUser.UserId |
| | | }; |
| | | // return _wmsMaterialAppService.DeleteManyAsync(ids,myCurrentUser);//逻辑删除 |
| | | return _wmsMaterialAppService.BatchDeletePermanentlyAsync(ids, myCurrentUser);//物理删除 |
| | | return _WmsMaterialTypeAppService.BatchDeletePermanentlyAsync(ids, myCurrentUser);//物理删除 |
| | | } |
| | | |
| | | /// <summary> |