- using HealthMonitor.Util.Common.Operator;
-
- namespace HealthMonitor.Core.Operator
- {
- public class OperateCacheItem
- {
-
-
-
- public DelayOperateTypeEnum Type { get; set; }
-
-
-
- public DateTime CreateTime { get; set; }
-
-
-
- public Type? EntityType { get; set; }
-
-
-
- public string? JsonData { get; set; }
-
-
-
- public string? Payload { get; set; }
- }
- }
|