Browse Source

数据

bjmzak
wxd 1 year ago
parent
commit
c69cfce2fc
  1. 4
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

4
src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

@ -36,8 +36,8 @@ using System.Threading;
namespace Shentun.Peis.TransToWebPeis namespace Shentun.Peis.TransToWebPeis
{ {
//[ApiExplorerSettings(GroupName = "Work")]
//[Authorize]
[ApiExplorerSettings(GroupName = "Work")]
[Authorize]
public class TransToWebPeisAppService : ApplicationService public class TransToWebPeisAppService : ApplicationService
{ {
private readonly IRepository<DeviceType, Guid> _deviceTypeRepository; private readonly IRepository<DeviceType, Guid> _deviceTypeRepository;

Loading…
Cancel
Save