inital
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using FasdDesktopUi.Basics.Models;
|
||||
|
||||
namespace FasdDesktopUi.Pages.SlimPage.Models
|
||||
{
|
||||
public class cSlimPageDataHistoryModel : cDataHistoryValueModel
|
||||
{
|
||||
public List<cDataHistoryValueModel> ValueColumns { get; set; } = new List<cDataHistoryValueModel>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user