Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace RobotNet10.CustomConfiguration.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Metadata của config file (không bao gồm nội dung variables)
|
||||
/// </summary>
|
||||
public class ConfigFileMetadata
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string ConfigType { get; set; } = string.Empty; // Tên định danh duy nhất
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user