refactor: 移除平台公告与跨租户目标
This commit is contained in:
@@ -17,7 +17,7 @@ public static class AnnouncementTestData
|
||||
EffectiveFrom = DateTime.UtcNow.AddHours(-1),
|
||||
EffectiveTo = DateTime.UtcNow.AddHours(2),
|
||||
PublisherScope = PublisherScope.Tenant,
|
||||
TargetType = "ALL_TENANTS",
|
||||
TargetType = "TENANT_ALL",
|
||||
TargetParameters = null
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ public static class AnnouncementTestData
|
||||
AnnouncementId = 9001,
|
||||
Title = "更新公告",
|
||||
Content = "更新内容",
|
||||
TargetType = "ALL_TENANTS",
|
||||
TargetType = "TENANT_ALL",
|
||||
TargetParameters = null,
|
||||
RowVersion = new byte[] { 1, 2, 3 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user