init
This commit is contained in:
12
DouyinApi.Model/Logs/AuditSqlLog.cs
Normal file
12
DouyinApi.Model/Logs/AuditSqlLog.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using DouyinApi.Model.Base;
|
||||
using SqlSugar;
|
||||
|
||||
namespace DouyinApi.Model.Logs;
|
||||
|
||||
[Tenant("log")]
|
||||
[SplitTable(SplitType.Month)] //按月分表 (自带分表支持 年、季、月、周、日)
|
||||
[SugarTable($@"{nameof(AuditSqlLog)}_{{year}}{{month}}{{day}}")]
|
||||
public class AuditSqlLog: BaseLog
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user