Browse Source

更改

bjmzak
wxd 2 years ago
parent
commit
2c23f29ef7
  1. 3
      src/Shentun.Peis.Application/UserItemTypes/UserItemTypeAppService.cs

3
src/Shentun.Peis.Application/UserItemTypes/UserItemTypeAppService.cs

@ -8,6 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using Volo.Abp.Domain.Repositories;
using Volo.Abp;
using Volo.Abp.Application.Services;
namespace Shentun.Peis.UserItemTypes
{
@ -16,7 +17,7 @@ namespace Shentun.Peis.UserItemTypes
/// </summary>
[ApiExplorerSettings(GroupName = "Work")]
[Authorize]
public class UserItemTypeAppService
public class UserItemTypeAppService : ApplicationService
{
private readonly IRepository<UserItemType> _userItemTypeRepository;

Loading…
Cancel
Save