拆分多库模式
This commit is contained in:
@ -17,6 +17,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// </summary>
|
||||
[SugarTable("sys_openjoblog")]
|
||||
[Tenant("0")]
|
||||
//[TenantAttribute("0")]
|
||||
public partial class OpenJobLogEntity : IEntity<OpenJobEntity>
|
||||
{
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true, ColumnDescription = "主键Id")]
|
||||
|
Reference in New Issue
Block a user