feat: swagger集成租户header

This commit is contained in:
陈淳
2024-01-22 11:12:50 +08:00
parent 56785f96a9
commit fac6f04943
7 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.AuditLogging;
namespace Yi.AuditLogging.SqlSugarCore.Entities
{
public class AuditLogEntity : AuditLog
{
public AuditLogEntity() { }
}
}